-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.08 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
59
60
61
62
63
64
65
{
"name": "zowe-secrets-for-kubernetes",
"version": "0.1.3",
"scripts": {
"build": "turbo build",
"package": "npm run package --workspaces",
"test": "npm run test --workspaces",
"test:system": "npm run test:system --workspaces",
"test:unit": "npm run test:unit --workspaces",
"lint": "npm run lint --workspaces",
"lintErrors": "npm run lintErrors --workspaces",
"prepare": "husky install"
},
"repository": "https://github.com/zowe/zowe-cli-secrets-for-kubernetes",
"workspaces": [
"./packages/*"
],
"engines": {
"npm": ">=9.8.1",
"node": ">=18.18.2"
},
"packageManager": "[email protected]",
"devDependencies": {
"@kubernetes/client-node": "1.0.0-rc4",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/js-yaml": "^4.0.9",
"@types/jsonfile": "^6.1.4",
"@types/uuid": "^9.0.7",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@zowe/cli": "^7.21.3",
"@zowe/cli-test-utils": "^7.21.2",
"chalk": "^4.1.2",
"env-cmd": "^10.1.0",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.2",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"fs-extra": "^11.2.0",
"glob": "^9.3.4",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-environment-node-debug": "^2.0.0",
"jest-html-reporter": "^3.10.2",
"jest-junit": "^16.0.0",
"jest-stare": "^2.5.1",
"js-yaml": "^4.1.0",
"jsonfile": "^6.1.0",
"madge": "^6.1.0",
"rimraf": "^5.0.5",
"shebang-regex": "^4.0.0",
"terser": "^5.26.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"turbo": "^1.11.3",
"typedoc": "^0.25.7",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
}
}