31 lines
731 B
JSON
31 lines
731 B
JSON
{
|
|
"name": "@msagent-chat/server",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"serve": "node dist/index.js"
|
|
},
|
|
"packageManager": "yarn@4.2.2",
|
|
"devDependencies": {
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
|
"@types/node": "^20.14.10",
|
|
"@types/ws": "^8.5.10",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cors": "^9.0.1",
|
|
"@fastify/static": "^7.0.4",
|
|
"@fastify/websocket": "^10.0.1",
|
|
"discord.js": "^14.15.3",
|
|
"fastify": "^4.28.1",
|
|
"file-type": "^19.1.1",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"html-entities": "^2.5.2",
|
|
"ip-address": "^9.0.5",
|
|
"mysql2": "^3.10.2",
|
|
"pino": "^9.3.2",
|
|
"sharp": "^0.33.4",
|
|
"toml": "^3.0.0",
|
|
"ws": "^8.17.1"
|
|
},
|
|
"type": "module"
|
|
}
|