-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.58 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
{
"name": "@zosconnect/zosconnect-zowe-cli",
"version": "1.1.1-202006092333.0",
"description": "z/OS Connect EE Plugin for Zowe CLI",
"main": "lib/index.js",
"scripts": {
"setup": "npm config set @brightside:registry https://api.bintray.com/npm/ca/brightside",
"build": "tsc",
"watch": "tsc --watch",
"lint": "npx tslint -p ./tsconfig.json",
"test": "jest --coverage && codecov",
"pluginInstall": "zowe plugins install ./zosconnect-zosconnect-zowe-cli-$npm_package_version.tgz",
"integration": "judo tests/",
"dailyVersion": "npm version prerelease --preid=`date \"+%Y%m%d%H%M\"` --allow-same-version",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"publishConfig": {
"access": "public",
"tag": "daily"
},
"keywords": [
"zowe",
"z/os"
],
"author": "Andrew Smithson",
"license": "EPL-2.0",
"dependencies": {
"@zosconnect/zosconnect-node": "^4.1.2",
"snyk": "^1.337.0"
},
"peerDependencies": {
"@zowe/cli": "^6.5.0",
"@zowe/imperative": "^4.5.0"
},
"imperative": {
"configurationModule": "lib/imperative.js"
},
"devDependencies": {
"@intuit/judo": "0.3.2",
"@types/jest": "^24.9.1",
"@types/node": "^10.17.25",
"@zowe/cli": "^6.15.0",
"@zowe/imperative": "^4.6.4",
"codecov": "^3.7.0",
"jest": "^26.0.1",
"ts-jest": "^25.5.1",
"tslint": "^5.20.1",
"typescript": "^3.9.5"
},
"repository": {
"type": "git",
"url": "git@github.com:zosconnect/zowe-cli-zosconnect-plugin.git"
},
"files": [
"config",
"lib"
],
"snyk": true
}