Files
skooner/server/package.json
Yuqiu Wang 29326291f9 fix import
2023-09-12 17:23:26 -05:00

33 lines
800 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.18.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"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"
}
}