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.
16 lines
331 B
16 lines
331 B
3 years ago
|
{
|
||
|
"name": "server",
|
||
|
"version": "0.1.0",
|
||
|
"scripts": {
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"type": "module",
|
||
|
"dependencies": {
|
||
|
"@xmpp/client": "^0.13.0",
|
||
|
"dotenv": "^10.0.0",
|
||
|
"fastify": "^3.24.0",
|
||
|
"fastify-formbody": "^5.2.0",
|
||
|
"isomorphic-dompurify": "^0.16.0"
|
||
|
}
|
||
|
}
|