-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 997 Bytes
/
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
{
"name": "opunit",
"version": "0.9.4",
"description": "opunit",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "jest --colors --noStackTrace",
"commit": "git-cz",
"release": "standard-version",
"version": "npm version -m 'chore(release): %s'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottomatica/opunit.git"
},
"keywords": [
"infrastructure",
"devops"
],
"author": "Ottomatica",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ottomatica/opunit/issues"
},
"homepage": "https://github.com/ottomatica/opunit#readme",
"dependencies": {
"chalk": "^4.0.0",
"fs-extra": "^9.0.0",
"got": "^11.8.3",
"infra.connectors": "git+https://[email protected]/ottomatica/infra.connectors",
"jenkins": "^0.28.1",
"js-yaml": "^4.1.0",
"semver": "^7.1.3",
"uid-number": "^0.0.6",
"yargs": "^15.0.1"
},
"devDependencies": {
"jest": "^27.4.7"
}
}