{ "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", "sharp": "^0.33.5" }, "type": "module", "pnpm": { "onlyBuiltDependencies": [ "sharp" ] } }