-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 996 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
46
{
"name": "react-library-generator",
"version": "0.1.12",
"description": "CLI for create react libraries",
"repository": "jalalazimi/react-library-generator",
"author": "Jalal azimi <[email protected]>",
"main": "index.js",
"license": "MIT",
"reveal": true,
"bin": {
"react-library-generator": "index.js"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"keywords": [
"react",
"library",
"cli",
"component",
"rollup",
"babel",
"publish"
],
"dependencies": {
"colors": "^1.3.3",
"commander": "^2.19.0",
"deepmerge": "^4.0.0",
"emojic": "^1.1.15",
"eslint": "^6.0.1",
"exec-sh": "^0.3.2",
"fixed-width-string": "^1.0.0",
"fs-extra": "^8.1.0",
"npm-name": "^5.0.1",
"ora": "^3.0.0",
"prompts": "^2.0.1",
"semver": "^6.2.0",
"standard": "^13.0.2",
"terminal-link": "^1.2.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"husky": "^3.0.0"
}
}