FileSurva/package.json
BradBot_1 e88685c294 init
2023-01-31 19:46:27 +00:00

23 lines
460 B
JSON

{
"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"
}
}