-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.31 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.31 KB
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
56
57
58
59
60
61
{
"name": "@jswork/active-code-cli",
"version": "1.0.11",
"description": "Get active code and copy it.",
"homepage": "https://js.work",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"bin": {
"acc": "bin/index.js",
"active-code-cli": "bin/index.js"
},
"scripts": {
"build": "gulp",
"release": "release-it"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@jswork/next": "^1.0.5",
"@jswork/next-absolute-package": "^1.0.1",
"@jswork/next-get-key": "^1.0.0",
"@jswork/node-fetch-html": "^1.0.2",
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"commander": "^6.2.0",
"globby": "^11.1.0",
"gulp-rename": "^2.0.0",
"inquirer": "^8.2.4",
"require-dir": "^1.2.0",
"update-notifier": "^5.1.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"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.14.3"
},
"keywords": [
"crack",
"code",
"cli",
"rubymime",
"idea",
"acc",
"pyc",
"pycharm"
],
"repository": {
"type": "git",
"url": "https://github.com/afeiship/active-code-cli.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}