-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 765 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 765 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
{
"name": "init-hooks-src",
"version": "1.0.2",
"description": "create react src template files with hooks version",
"main": "index.js",
"scripts": {
"test": "jest --watch"
},
"bin": {
"init-hooks-src": "./index.js"
},
"keywords": [
"react",
"template",
"hooks",
"cli"
],
"author": "camiler",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"fs-extra": "^8.0.1",
"handlebars": "^4.1.2",
"inquirer": "^6.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camiler/init-hooks-src.git"
},
"bugs": {
"url": "https://github.com/camiler/init-hooks-src/issues"
},
"homepage": "https://github.com/camiler/init-hooks-src#readme"
}