-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.11 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
{
"name": "swaggy-jenkins-cli",
"type": "module",
"description": "Utility tool for Swaggy Jenkins library",
"keywords": [
"jenkins",
"swagger",
"openapi"
],
"version": "0.0.3",
"homepage": "http://github.com/cliffano/swaggy-jenkins-cli",
"author": "Cliffano Subagio <[email protected]> (http://blog.cliffano.com)",
"contributors": [
"All contributors (https://github.com/cliffano/swaggy-jenkins-cli/graphs/contributors)"
],
"main": "./lib/jenkins",
"bin": {
"swaggy-jenkins": "./bin/swaggy-jenkins.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "http://github.com/cliffano/swaggy-jenkins-cli.git"
},
"bugs": {
"url": "http://github.com/cliffano/swaggy-jenkins-cli/issues"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "./test"
},
"dependencies": {
"bagofcli": "^1.0.0",
"colors": "^1.1.2",
"node-yaml": "^3.1.0"
},
"devDependencies": {
"buster-node": "^0.7.1",
"proxyquire": "^1.8.0",
"referee": "^1.2.0"
},
"scripts": {},
"engines": {
"node": ">= 16.0.0"
},
"license": "MIT"
}