-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "pre-me-cli",
"version": "1.0.0",
"description": "Front-end project scaffolding that you can't put down.👋",
"main": "./bin/index.js",
"bin": {
"pre-me-cli": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "baiziyu-fe",
"repository": {
"type": "git",
"url": "git+https://github.com/baiziyu-fe/pre-me-cli.git"
},
"homepage": "https://github.com/baiziyu-fe/pre-me-cli",
"bugs": {
"url": "https://github.com/baiziyu-fe/pre-me-cli/issues"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.1.0",
"fs-extra": "^9.1.0",
"handlebars": "^4.7.7",
"inquirer": "^7.3.3",
"log-symbols": "^4.0.0",
"ora": "^5.3.0",
"update-notifier": "^5.1.0"
},
"directories": {
"lib": "lib"
},
"devDependencies": {},
"keywords": [
"cli",
"template",
"vue",
"react",
"webpack",
"vite",
"create",
"app",
"web",
"fast",
"preciosity",
"less",
"typescript",
"hooks"
]
}