2024-07-01 23:34:28 -04:00
|
|
|
{
|
2024-07-01 23:49:42 -04:00
|
|
|
"name": "@msagent-chat/server",
|
2024-07-01 23:34:28 -04:00
|
|
|
"scripts": {
|
2024-07-01 23:49:42 -04:00
|
|
|
"build": "tsc",
|
|
|
|
"serve": "node dist/index.js"
|
2024-07-01 23:34:28 -04:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@4.2.2",
|
|
|
|
"devDependencies": {
|
2024-07-14 16:05:33 -04:00
|
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
2024-07-12 20:58:12 -04:00
|
|
|
"@types/node": "^20.14.10",
|
2024-07-01 23:34:28 -04:00
|
|
|
"@types/ws": "^8.5.10",
|
2024-07-12 20:58:12 -04:00
|
|
|
"typescript": "5.4.5"
|
2024-07-01 23:34:28 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-14 19:35:00 -04:00
|
|
|
"@fastify/cors": "^9.0.1",
|
2024-07-02 23:42:03 -04:00
|
|
|
"@fastify/static": "^7.0.4",
|
2024-07-01 23:34:28 -04:00
|
|
|
"@fastify/websocket": "^10.0.1",
|
2024-07-12 20:58:12 -04:00
|
|
|
"discord.js": "^14.15.3",
|
2024-07-01 23:34:28 -04:00
|
|
|
"fastify": "^4.28.1",
|
2024-07-14 19:35:00 -04:00
|
|
|
"file-type": "^19.1.1",
|
2024-07-14 16:05:33 -04:00
|
|
|
"fluent-ffmpeg": "^2.1.3",
|
2024-07-02 23:42:03 -04:00
|
|
|
"html-entities": "^2.5.2",
|
2024-08-14 00:50:22 -04:00
|
|
|
"ip-address": "^9.0.5",
|
2024-07-12 02:00:20 -04:00
|
|
|
"mysql2": "^3.10.2",
|
2024-08-14 01:05:59 -04:00
|
|
|
"pino": "^9.3.2",
|
2024-07-14 19:35:00 -04:00
|
|
|
"sharp": "^0.33.4",
|
2024-07-02 23:42:03 -04:00
|
|
|
"toml": "^3.0.0",
|
2024-07-01 23:34:28 -04:00
|
|
|
"ws": "^8.17.1"
|
|
|
|
},
|
|
|
|
"type": "module"
|
|
|
|
}
|