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

20 lines
467 B

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