-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1018 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 1018 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
42
43
44
45
46
{
"name": "create-react-package-lib",
"version": "0.1.5",
"description": "An environment generator to publish React packages to npm",
"main": "index.js",
"engines": {
"node": ">=10"
},
"bin": {
"create-react-package-lib": "index.js"
},
"keywords": [
"react",
"package",
"library",
"rollup",
"publish",
"typescript",
"create-react-app",
"cra",
"cli"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Roberto Chavez",
"license": "MIT",
"dependencies": {
"chalk": "^4.0.0",
"cli-spinners": "^2.3.0",
"commander": "^5.1.0",
"execa": "^4.0.0",
"git-config-path": "^2.0.0",
"github-username": "^5.0.1",
"globby": "^11.0.0",
"handlebars": "^4.7.6",
"inquirer": "^7.1.0",
"log-symbols": "^3.0.0",
"make-dir": "^3.1.0",
"ora": "^4.0.4",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^2.0.2"
},
"devDependencies": {}
}