{
  "name": "file-surva",
  "version": "1.0.0",
  "description": "",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "start": "node ./src/index.js",
    "watch": "nodemon --ext js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@fastify/cookie": "^8.3.0",
    "@fastify/multipart": "^7.4.0",
    "@fastify/static": "^6.8.0",
    "basic-ftp": "^5.0.2",
    "fastify": "^4.12.0",
    "redis": "^4.6.3"
  }
}