You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
492 B

{
"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"
}
}