-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 860 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
42
{
"name": "@jswork/git-sweep",
"version": "1.0.0",
"description": "Git branch sweep cli.",
"homepage": "https://github.com/afeiship/git-sweep",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"bin": {
"install": "npm link",
"git-sweep": "bin/index.js"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@jswork/next": "^1.0.5",
"@jswork/next-absolute-package": "^1.0.1",
"@jswork/next-git-branch": "^1.0.0",
"@jswork/next-unique": "^1.0.0",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"inquirer": "^7.3.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"prettier": "^2.1.2"
},
"keywords": [
"git",
"branch",
"sweep",
"clean",
"cleanup",
"cli",
"remote",
"local",
"filter"
]
}