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.

19 lines
402 B

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