-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.95 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
66
{
"name": "@zowe/cics_monorepo",
"private": true,
"version": "6.0.1",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"repository": "https://github.com/zowe/cics-for-zowe-client",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build",
"watch": "turbo watch",
"package": "turbo package",
"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",
"license": "node scripts/updateLicenses.js"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.18.2",
"@types/uuid": "^9.0.1",
"@types/xml2js": "^0.4.4",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@zowe/cli-test-utils": "^8.0.0",
"@zowe/imperative": "^8.2.0",
"@zowe/zowe-explorer-api": "^3.0.2",
"chalk": "^4.1.2",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-license-header": "^0.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"glob": "^10.2.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-node": "^29.5.0",
"jest-environment-node-debug": "^2.0.0",
"jest-html-reporter": "^3.7.1",
"jest-junit": "^16.0.0",
"jest-stare": "^2.5.0",
"madge": "^6.0.0",
"npm-lockfile": "^3.0.7",
"prettier": "^3.2.5",
"rimraf": "^4.4.1",
"terser": "^5.16.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tsup": "^8.0.2",
"turbo": "^1.12.4",
"typedoc": "^0.25.9",
"typescript": "^5.3.3",
"uuid": "^9.0.0"
}
}