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

2 years ago
{
"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",
"fastify": "^4.2.1",
"liquidjs": "^9.39.1",
"marked": "^4.0.18"
}
}