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.

23 lines
535 B

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