-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.13 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
{
"name": "@jswork/gtc",
"version": "1.0.11",
"description": "Gitlab trigger cli.",
"homepage": "https://js.work",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"bin": {
"gtc": "bin/index.js"
},
"scripts": {
"build": "gulp",
"release": "release-it"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@jswork/next": "^1.2.2",
"@jswork/next-json-configuration": "^1.0.2",
"@jswork/next-key-map": "^1.0.11",
"@jswork/node-gtc": "^1.0.13",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"ipt": "^3.2.0",
"prettier": "1"
},
"devDependencies": {
"@jswork/next-absolute-package": "^1.0.1",
"@jswork/next-get-key": "^1.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.5",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0"
},
"keywords": [
"cli",
"gitlab",
"glab",
"trigger",
"gtc",
"ntl",
"ycc"
],
"repository": {
"type": "git",
"url": "https://github.com/afeiship/gtc.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}