-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1003 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
43
44
45
46
{
"name": "@jswork/clipy",
"version": "1.0.0",
"description": "Pbcopy for nodejs.",
"homepage": "https://github.com/afeiship/clipy",
"author": {
"name": "afei",
"email": "[email protected]"
},
"bin": {
"clipy": "bin/index.js"
},
"scripts": {
"build": "gulp",
"release": "release-it"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"commander": "^6.2.0",
"gulp-rename": "^2.0.0",
"require-dir": "^1.2.0",
"yargs": "^13.2.4"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@jswork/next": "^1.0.5",
"@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-replace": "^1.0.0",
"prettier": "^2.1.2",
"release-it": "^14.2.1"
},
"keywords": [
"boilerplate",
"cli"
]
}