camdn/package.json
2025-02-15 12:07:29 +00:00

21 lines
417 B
JSON

{
"name": "camdn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/multipart": "^9.0.3",
"@fastify/static": "^8.1.0",
"dotenv": "^16.4.7",
"fastify": "^5.2.1",
"mime-types": "^2.1.35",
"sanitize-filename": "^1.6.3"
},
"type": "module"
}