-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
{
"name": "build-react-npm",
"version": "0.3.4",
"description": "Create your react npm library and publish it in no time",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"build-react-npm": "bin/build-react-npm"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knowankit/build-react-npm.git"
},
"keywords": [
"cli",
"build-react-npm",
"react"
],
"author": "Ankit Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/knowankit/build-react-npm/issues"
},
"homepage": "https://github.com/knowankit/build-react-npm#readme",
"dependencies": {
"arg": "^5.0.1",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"esm": "^3.2.25",
"execa": "^5.1.1",
"gitignore": "^0.7.0",
"inquirer": "^8.1.5",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0",
"spdx-license-list": "^6.4.0"
},
"files": [
"bin/",
"src/",
"templates/"
]
}