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.
tellme-bot/packages/server/package.json

19 lines
417 B

2 years ago
{
2 years ago
"private": true,
2 years ago
"name": "server",
11 months ago
"version": "0.1.0",
2 years ago
"scripts": {
"start": "node index.js"
},
"type": "module",
"dependencies": {
11 months ago
"@fastify/helmet": "^11.0.0",
"@fastify/rate-limit": "^8.0.1",
"@xmpp/client": "^0.13.1",
"dompurify": "^3.0.4",
2 years ago
"dotenv": "^10.0.0",
11 months ago
"fastify": "^4.19.2",
"fastify-plugin": "^4.5.0"
2 years ago
}
}