{ "name": "server", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "node --watch src/index.js", "start": "node src/index.js" }, "dependencies": { "@fastify/cookie": "^11.0.0", "@fastify/session": "^11.0.0", "@fastify/static": "^8.0.0", "bcryptjs": "^3.0.2", "better-sqlite3": "^11.0.0", "fastify": "^5.0.0" } }