-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·58 lines (58 loc) · 1.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cf-k8s-agent",
"version": "1.3.18",
"private": true,
"scripts": {
"start": "node ./src/index.js",
"test": "jest --coverage --detectOpenHandles --silent --passWithNoTests",
"lint": "eslint ."
},
"resolutions": {
"**/openid-client": "5.6.5",
"lodash": "4.17.21",
"underscore": "1.12.1",
"http-cache-semantics": "4.1.1",
"semver": "7.5.2",
"ajv": "6.12.3",
"word-wrap": "1.2.4",
"tough-cookie": "4.1.3"
},
"dependencies": {
"@codefresh-io/kube-integration": "1.31.8",
"bluebird": "^3.5.4",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "4.21.0",
"json-stream": "^1.0.0",
"kubernetes-client": "9.0.0",
"@kubernetes/client-node": "0.17.1",
"lodash": "^4.17.21",
"morgan": "~1.9.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"semaphore": "^1.1.0",
"winston": "^3.1.0"
},
"main": "bin/www",
"devDependencies": {
"jest": "^27.0.6",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-jest": "^22.3.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/codefresh-io/cf-k8s-agent.git"
},
"keywords": [
"kubernetes"
],
"bugs": {
"url": "https://github.com/codefresh-io/cf-k8s-agent/issues"
},
"homepage": "https://github.com/codefresh-io/cf-k8s-agent#readme",
"description": ""
}