-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 911 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 911 Bytes
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
{
"name": "yhtml5-cli",
"version": "1.1.1",
"license": "MIT",
"main": "",
"author": {
"name": "yhtml5"
},
"description": "CLI for scaffolding front-end projects based on the create-react-app project.",
"scripts": {
"git": "clear && git status && git add --all && git commit -m 'auto'",
"postgit": "git pull && git merge origin/master && git push && git push origin dev:master && git status",
"prepublishOnly": "echo will publish"
},
"bugs": {
"url": "https://github.com/yhtml5/YHTML5-CLI/issues"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"react",
"cli",
"spa"
],
"engines": {
"node": ">=4.0.0"
},
"preferGlobal": true,
"dependencies": {
"react": "^16.2.0"
},
"devDependencies": {
"lerna": "^2.11.0",
"yhtml5-utils": "0.0.4"
},
"optionalDependencies": {
"yhtml5-beautify": "0.0.4"
}
}