mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-02-14 17:49:55 +00:00
32 lines
776 B
JSON
32 lines
776 B
JSON
{
|
|
"name": "@skooner-k8s/skooner-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "cross-env DEBUG_VERBOSE=true nodemon .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com/skooner-k8s/skooner.git",
|
|
"directory": "skooner/server"
|
|
},
|
|
"dependencies": {
|
|
"@kubernetes/client-node": "^0.12.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"http-proxy-middleware": "^1.3.0",
|
|
"openid-client": "^5.1.3",
|
|
"request": "^2.88.2",
|
|
"request-promise-native": "^1.0.9",
|
|
"stream-to-string": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"nodemon": "^2.0.5"
|
|
}
|
|
}
|