Add Dashboard service package.json
This commit is contained in:
37
services/dashboard/package.json
Normal file
37
services/dashboard/package.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "discord-voice-dashboard",
|
||||
"version": "2.0.0",
|
||||
"description": "Web dashboard for monitoring Discord voice translation activity",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
"start": "node src/app.js",
|
||||
"dev": "nodemon src/app.js",
|
||||
"test": "jest",
|
||||
"healthcheck": "node src/healthcheck.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"socket.io": "^4.7.4",
|
||||
"pg": "^8.11.3",
|
||||
"redis": "^4.6.10",
|
||||
"winston": "^3.11.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"moment": "^2.29.4",
|
||||
"lodash": "^4.17.21",
|
||||
"ejs": "^3.1.9",
|
||||
"cors": "^2.8.5",
|
||||
"helmet": "^7.1.0",
|
||||
"compression": "^1.7.4",
|
||||
"express-rate-limit": "^7.1.5",
|
||||
"chart.js": "^4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.2",
|
||||
"jest": "^29.7.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"author": "Discord Voice Translator",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user