This repository has been archived by the owner on Jan 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
146 lines (146 loc) · 4.41 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@bcgov/nrdk",
"description": "NR Developer/Deployment Kit",
"version": "0.1.0-rc.119",
"author": "Clecio Varjao",
"bin": {
"nrdk": "./bin/run"
},
"bugs": "https://github.com/bcdevops/nrdk/issues",
"mocha": {
"require": [
"ts-node/register"
]
},
"dependencies": {
"@aws-crypto/sha256-js": "^1.1.0",
"@aws-sdk/client-elasticsearch-service": "^3.11.0",
"@aws-sdk/client-sts": "^3.11.0",
"@aws-sdk/credential-provider-node": "^3.11.0",
"@aws-sdk/protocol-http": "^3.10.0",
"@aws-sdk/signature-v4": "^3.10.0",
"@oclif/command": "^1.8.0",
"@oclif/plugin-help": "^3.2.0",
"@types/lodash.isplainobject": "^4.0.6",
"axios": "^0.21.4",
"chalk": "^4.1.0",
"cli-ux": "^5.5.0",
"debug": "^4.2.0",
"form-data": "^3.0.0",
"inquirer": "^7.3.3",
"isomorphic-git": "^1.7.8",
"jira-connector": "^3.1.0",
"jira.js": "^1.7.3",
"keycloak-admin": "^1.14.10",
"lodash.isempty": "^4.4.0",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.merge": "^4.6.2",
"rsync": "^0.6.1",
"safe-buffer": "^5.2.1",
"shelljs": "^0.8.4",
"simple-git-hooks": "^2.4.1",
"tar": "^6.1.11",
"unzipper": "^0.10.11",
"winston": "^3.3.3"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@types/chai": "^4.2.12",
"@types/debug": "^4.1.5",
"@types/inquirer": "^7.3.1",
"@types/lodash.isempty": "^4.4.6",
"@types/lodash.isstring": "^4.0.6",
"@types/lodash.merge": "^4.6.6",
"@types/mocha": "^8.0.3",
"@types/node": "^12.19.1",
"@types/request": "^2.48.5",
"@types/rsync": "^0.4.30",
"@types/tar": "^4.0.3",
"@types/unzipper": "^0.10.3",
"chai": "^4",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
"expect": "^26.4.2",
"globby": "^10",
"jest-snapshot": "^27.4.6",
"lint-staged": "^11.0.0",
"mocha": "^8.1.3",
"nock": "^13.0.4",
"nyc": "^14",
"oclif": "^1.16.1",
"pkg": "^4.4.9",
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3",
"sinon": "^9.2.0",
"ts-loader": "^7.0.5",
"ts-node": "^8",
"tsc-watch": "^4.2.9",
"typescript": "^3.9.7",
"watch": "^1.0.2"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"/bin",
"/lib/**/*",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/bcdevops/nrdk",
"keywords": [
"oclif"
],
"license": "Apache-2.0",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "nrdk",
"plugins": [
"@oclif/plugin-help"
],
"repositoryPrefix": "./<%- commandPath %>",
"topics": {
"backlog": {
"description": "Manage backlog items and the work related to those items."
}
},
"hooks": {
"init": "./lib/hooks/show-version"
}
},
"repository": "https://github.com/bcdevops/nrdk",
"scripts": {
"watch-build": "tsc-watch --onSuccess \"npm run build\"",
"watch-build:test": "tsc-watch --onSuccess \"npm run build:test\"",
"watch-command": "tsc-watch --onSuccess \"./bin/run ${argv:-}\"",
"prebuild": "oclif-dev manifest",
"build": "tsc -b",
"build:test": "npm run build && npm test",
"postpack": "rimraf oclif.manifest.json",
"postbuild": "cpx \"src/**/*.yaml\" lib",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "rimraf lib && tsc -b && oclif-dev manifest && oclif-dev readme && cpx \"src/**/*.{yaml,groovy}\" lib",
"test": "cross-env NOCK_BACK_MODE=lockdown nyc --reporter=html --reporter=text --extension .ts mocha --timeout 99999 --grep \"@type=system\" --invert --forbid-only \"test/**/*.test.ts\"",
"mocha:all": "mocha --forbid-only --grep \"@type=system\" --invert --timeout 99999 \"test/**/*.test.ts\"",
"mocha": "mocha --timeout 9999999",
"version": "oclif-dev readme && git add README.md",
"oclif": "oclif",
"publish:latest": "npm --no-git-tag-version version prerelease && npm publish --tag latest",
"publish:alpha": "npm --no-git-tag-version version prerelease && npm publish --tag alpha"
},
"types": "lib/index.d.ts",
"bundleDependencies": true,
"lint-staged": {
"*.ts": "eslint --cache"
},
"simple-git-hooks": {
"pre-commit": "./node_modules/.bin/lint-staged"
}
}