create-lik-app 0.0.10 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENCE +7 -0
- package/README.md +67 -0
- package/dist/index.mjs +31 -31
- package/package.json +3 -3
- package/templates/template-react/package-lock.json +0 -6460
- package/templates/template-react/pnpm-lock.yaml +0 -4403
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "create-lik-app",
|
3
|
-
"version": "0.0
|
3
|
+
"version": "1.0.0",
|
4
4
|
"type": "module",
|
5
5
|
"license": "ISC",
|
6
6
|
"author": "licheung228 <licheung228@163.com>",
|
7
7
|
"bin": {
|
8
|
-
"lik-
|
8
|
+
"create-lik-app": "index.js"
|
9
9
|
},
|
10
10
|
"publishConfig": {
|
11
11
|
"access": "public"
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"description": "create command for licheung",
|
18
18
|
"scripts": {
|
19
19
|
"build": "unbuild",
|
20
|
-
"update-templates": "node scripts/
|
20
|
+
"update-templates": "node scripts/update.mjs",
|
21
21
|
"prepublishOnly": "pnpm build && pnpm update-templates"
|
22
22
|
},
|
23
23
|
"keywords": [
|