-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.25 KB
/
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
47
48
49
50
51
52
53
54
55
{
"name": "@aizigao/create-app",
"version": "0.0.5",
"description": "create app personally",
"keywords": [
"create app",
"template"
],
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/aizigao/create-app"
},
"bin": {
"@aizigao/create-app": "bin/create-app",
"create-app": "bin/create-app"
},
"files": [
"bin/",
"src/",
"templates/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "npm publish --registry https://registry.npmjs.org/ --access public"
},
"author": "aizigao",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.1",
"clear": "^0.1.0",
"consolidate": "^0.16.0",
"dayjs": "^1.10.4",
"esm": "^3.2.25",
"execa": "^5.0.0",
"figlet": "^1.5.0",
"find-up": "^5.0.0",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.7",
"inquirer": "^8.1.0",
"klaw": "^3.0.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"ora": "^5.4.0",
"pkg-install": "^1.0.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}