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

{
"private": true,
"name": "server",
"version": "0.1.0",
"scripts": {
"start": "node index.js"
},
"type": "module",
"dependencies": {
"@fastify/rate-limit": "^7.6.0",
"@helpers/siteomat-query": "^0.1.0",
"dotenv": "^16.0.3",
"fastify": "^4.11.0",
"fastify-formbody": "^5.3.0",
"fastify-qs": "^4.0.1",
"isomorphic-dompurify": "^0.26.0"
}
}