-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "zowe-cli-sample-scripts",
"version": "0.0.0",
"description": "Sample scripts",
"main": "index.js",
"scripts": {
"build": "node utils/updateLicense.js",
"lint": "eslint \"**/*.ts\" \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/zowe/zowe-cli-sample-scripts.git"
},
"keywords": [
"zowe",
"zowe-cli",
"zowe-cli-sample",
"zowe-cli-scripts"
],
"author": "Zowe",
"license": "EPL-2.0 or Apache-2.0",
"bugs": {
"url": "https://github.com/zowe/zowe-cli-sample-scripts/issues"
},
"homepage": "https://github.com/zowe/zowe-cli-sample-scripts#readme",
"devDependencies": {
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"eslint": "^9.39.1",
"eslint-plugin-jest": "^28.0.0",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-unused-imports": "^4.1.4",
"glob": "^10.5.0",
"shebang-regex": "^3.0.0",
"typescript": "~5.6.0"
}
}