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
466 B

{
"name": "server",
"version": "0.1.0",
"scripts": {
"start": "node index.js"
},
"type": "module",
"dependencies": {
"@directus/sdk": "^9.14.2",
"@fastify/static": "^6.4.0",
"@fastify/view": "^7.0.0",
"dayjs": "^1.11.4",
"dompurify": "^2.3.10",
"dotenv": "^10.0.0",
"eta": "^1.12.3",
"fastify": "^4.2.1",
"marked": "^4.0.18",
"slugify": "^1.6.5"
}
}