{ "name": "nanodrop", "version": "1.0.0", "description": "Simple file-sharing utility", "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "register-user": "tsx src/cli/register-user.ts" }, "author": "", "license": "ISC", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/formbody": "^8.0.2", "@fastify/jwt": "^10.0.0", "@fastify/multipart": "^9.4.0", "@fastify/static": "^9.0.0", "bcrypt": "^6.0.0", "better-sqlite3": "^12.6.2", "fastify": "^5.7.4", "nanoid": "^5.1.6" }, "devDependencies": { "@types/bcrypt": "^6.0.0", "@types/better-sqlite3": "^7.6.13", "@types/node": "^25.3.3", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^4.0.18" } }