{ "name": "server", "version": "0.1.0", "license": "MIT", "scripts": { "start": "node index.js" }, "type": "module", "dependencies": { "@fastify/static": "^6.5.0", "@fastify/view": "^7.1.0", "dompurify": "^2.3.10", "dotenv": "^16.0.1", "eta": "^1.12.3", "fastify": "^4.4.0", "fastify-plugin": "^4.2.0" } }