mirror of
https://github.com/apache/superset.git
synced 2026-04-11 12:26:05 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"name": "client-ws-app",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "~1.4.7",
|
|
"debug": "~4.4.0",
|
|
"express": "~4.21.2",
|
|
"http-errors": "~2.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"morgan": "~1.10.0",
|
|
"pug": "~3.0.3"
|
|
}
|
|
}
|