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.

20 lines
439 B

{
"private": true,
"name": "server",
"version": "0.1.0",
"scripts": {
"start": "node index.js"
},
"type": "module",
"dependencies": {
"@fastify/static": "^6.4.0",
"@fastify/view": "^7.0.0",
"dotenv": "^16.0.1",
"fastify": "^4.0.1",
"fastify-formbody": "^5.3.0",
"liquidjs": "^9.37.0",
"pouchdb": "^7.3.0",
"pouchdb-find": "^7.3.0"
}
}