-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 940 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
{
"name": "@onurkenis/create-quick-app",
"version": "2.1.0",
"description": "A CLI to generate Huawei Quick Apps easily.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/onurkenis/create-quick-app.git"
},
"bin": {
"@onurkenis/create-quick-app": "bin/create-quick-app",
"create-quick-app": "bin/create-quick-app"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"huawei",
"HMS",
"QuickApp",
"quick-app",
"quick-app-cli",
"quick-app-generator"
],
"files": [
"bin/",
"src/",
"templates/"
],
"author": "",
"license": "MIT",
"dependencies": {
"arg": "^4.1.3",
"chalk": "^4.0.0",
"esm": "^3.2.25",
"inquirer": "^7.1.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"replace-in-file": "^5.0.2"
}
}