{ "name": "server", "version": "0.1.0", "scripts": { "start": "node index.js" }, "type": "module", "dependencies": { "dotenv": "^10.0.0", "fastify": "^3.27.0", "fastify-auth": "^1.1.0", "fastify-basic-auth": "^2.2.0", "fastify-formbody": "^5.2.0", "fastify-static": "^4.5.0", "liquidjs": "^9.33.1", "point-of-view": "^5.0.0", "pouchdb": "^7.2.2", "pouchdb-find": "^7.2.2" } }