bmh_admin/package.json

22 lines
424 B
JSON
Raw Permalink Normal View History

2025-03-14 09:04:22 +00:00
{
"name": "dmserve",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dmdb": "^1.0.33801",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"moment-timezone": "^0.5.47",
"morgan": "~1.9.1",
"struct": "^0.0.12",
2025-03-20 06:16:14 +00:00
"uuid": "^11.1.0",
2025-03-14 09:04:22 +00:00
"ws": "^8.18.1"
}
}