-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 968 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 968 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
{
"name": "create-react-debug",
"version": "1.0.2",
"description": "create debug react source code cli",
"main": "bin/index.js",
"bin": {
"create-react-debug": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kitty-sheldon/create-react-debug.git"
},
"keywords": [
"react",
"debug",
"cli"
],
"author": "KittySheldon",
"license": "ISC",
"bugs": {
"url": "https://github.com/kitty-sheldon/create-react-debug/issues"
},
"homepage": "https://github.com/kitty-sheldon/create-react-debug#readme",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.1.0",
"download-git-repo": "^3.0.2",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"prompts": "^2.4.1",
"react-dev-utils": "^11.0.4",
"semver": "^7.3.5",
"tar-pack": "^3.4.1",
"validate-npm-package-name": "^3.0.0"
}
}