@4399ywkf/cli 0.0.11 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +18 -21
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4399ywkf/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "运维开发部脚手架",
|
|
5
|
-
"type": "module",
|
|
6
5
|
"main": "dist/index.js",
|
|
7
6
|
"bin": {
|
|
8
7
|
"ywkf-cli": "./dist/cli.js"
|
|
@@ -10,23 +9,6 @@
|
|
|
10
9
|
"publishConfig": {
|
|
11
10
|
"access": "public"
|
|
12
11
|
},
|
|
13
|
-
"scripts": {
|
|
14
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
15
|
-
"dev": "node bin/cli.js",
|
|
16
|
-
"debug": "node --inspect-brk bin/cli.js",
|
|
17
|
-
"debug:create": "node --inspect-brk bin/cli.js create test-project",
|
|
18
|
-
"debug:create-with-template": "node --inspect-brk bin/cli.js create test-project -t webpack-mainApplicate_demo",
|
|
19
|
-
"debug:help": "node --inspect-brk bin/cli.js --help",
|
|
20
|
-
"build": "rollup -c && node scripts/postbuild.js",
|
|
21
|
-
"build:watch": "rollup -c -w",
|
|
22
|
-
"prepublishOnly": "npm run build",
|
|
23
|
-
"link": "npm link",
|
|
24
|
-
"unlink": "npm unlink -g",
|
|
25
|
-
"changeset": "changeset",
|
|
26
|
-
"changeset:version": "changeset version",
|
|
27
|
-
"changeset:publish": "changeset publish",
|
|
28
|
-
"postpublish": "git push && git push --tags"
|
|
29
|
-
},
|
|
30
12
|
"repository": {
|
|
31
13
|
"type": "git"
|
|
32
14
|
},
|
|
@@ -58,5 +40,20 @@
|
|
|
58
40
|
],
|
|
59
41
|
"authors": [
|
|
60
42
|
"ywjszx@4399.com"
|
|
61
|
-
]
|
|
62
|
-
|
|
43
|
+
],
|
|
44
|
+
"scripts": {
|
|
45
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
46
|
+
"dev": "node bin/cli.js",
|
|
47
|
+
"debug": "node --inspect-brk bin/cli.js",
|
|
48
|
+
"debug:create": "node --inspect-brk bin/cli.js create test-project",
|
|
49
|
+
"debug:create-with-template": "node --inspect-brk bin/cli.js create test-project -t webpack-mainApplicate_demo",
|
|
50
|
+
"debug:help": "node --inspect-brk bin/cli.js --help",
|
|
51
|
+
"build": "rollup -c && node scripts/postbuild.js",
|
|
52
|
+
"build:watch": "rollup -c -w",
|
|
53
|
+
"link": "npm link",
|
|
54
|
+
"unlink": "npm unlink -g",
|
|
55
|
+
"changeset": "changeset",
|
|
56
|
+
"changeset:version": "changeset version",
|
|
57
|
+
"changeset:publish": "changeset publish"
|
|
58
|
+
}
|
|
59
|
+
}
|