mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-03-02 17:10:23 +00:00
26 lines
584 B
JSON
26 lines
584 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "DEBUG_VERBOSE=true nodemon .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@kubernetes/client-node": "^0.8.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"http-proxy-middleware": "^0.19.1",
|
|
"openid-client": "^2.5.0",
|
|
"request": "^2.88.0",
|
|
"request-promise-native": "^1.0.7",
|
|
"stream-to-string": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.19.1"
|
|
}
|
|
}
|