Files
skooner/server/package.json
2023-09-13 15:47:27 -05:00

65 lines
1.6 KiB
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",
"@types/caseless": "^0.12.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.17.15",
"@types/request": "^2.48.8",
"@types/tough-cookie": "^4.0.3",
"@types/ws": "^8.5.5",
"argparse": "^2.0.1",
"byline": "^5.0.0",
"chownr": "^2.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"form-data": "^2.5.1",
"fs-minipass": "^2.1.0",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"http-proxy-middleware": "^1.3.0",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"isomorphic-ws": "^5.0.0",
"jose": "^4.11.0",
"js-yaml": "^4.1.0",
"jsonpath-plus": "^7.2.0",
"minipass": "^3.3.4",
"minizlib": "^2.1.2",
"mkdirp": "^1.0.4",
"openid-client": "^5.3.0",
"path-is-absolute": "^1.0.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"rfc4648": "^1.5.2",
"rimraf": "^3.0.2",
"stream-buffers": "^3.0.2",
"stream-to-string": "^1.2.0",
"tar": "^6.1.12",
"tmp": "^0.2.1",
"tmp-promise": "^3.0.3",
"tslib": "^2.6.2",
"underscore": "^1.13.6",
"ws": "^8.14.1"
},
"devDependencies": {
"cross-env": "^7.0.2",
"nodemon": "^2.0.5"
}
}