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.
29 lines
723 B
29 lines
723 B
{
|
|
"private": true,
|
|
"name": "server",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fastify/rate-limit": "^10.3.0",
|
|
"@inquirer/prompts": "^8.3.0",
|
|
"@xmpp/client": "^0.14.0",
|
|
"better-sqlite3": "^12.6.2",
|
|
"chalk": "^5.6.2",
|
|
"dayjs": "^1.11.19",
|
|
"dotenv": "^17.3.1",
|
|
"fastify": "^5.7.4",
|
|
"isomorphic-dompurify": "^3.0.0",
|
|
"pino": "^10.3.1",
|
|
"pino-pretty": "^13.1.3",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@xmpp/debug": "^0.14.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"migrate": "node cli/migrate.js",
|
|
"addFlow": "node cli/addFlow.js"
|
|
}
|
|
}
|