{ "private": true, "name": "server", "version": "0.1.0", "scripts": { "start": "node index.js" }, "type": "module", "dependencies": { "@fastify/cookie": "^7.0.0", "@fastify/jwt": "^6.2.0", "@fastify/static": "^6.4.0", "@fastify/view": "^7.0.0", "fastify": "^4.2.0", "fastify-formbody": "^5.3.0", "fastify-plugin": "^3.0.1", "liquidjs": "^9.37.0", "npm": "^8.13.2", "qrcode": "^1.5.0", "uuid4": "^2.0.2" } }