forked from jhen0409/react-native-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1010 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
{
"name": "react-native-debugger-open",
"version": "0.3.25",
"description": "Replace `open debugger-ui with Chrome` to `open React Native Debugger` from react-native packager",
"bin": {
"rndebugger-open": "bin/rndebugger-open.js"
},
"main": "lib/open.js",
"scripts": {
"build": "babel src --out-dir lib --ignore __tests__",
"prepublish": "npm run build"
},
"files": [
"bin",
"lib"
],
"homepage": "https://github.com/jhen0409/react-native-debugger",
"repository": "https://github.com/jhen0409/react-native-debugger/tree/master/npm-package",
"keywords": [
"react",
"react-native",
"debugger",
"react-devtools",
"redux-devtools",
"electron"
],
"author": "Jhen <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"es6-template": "^1.0.4",
"minimist": "^1.2.0",
"semver": "^5.4.1"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"fs-extra": "^4.0.2",
"node-fetch": "^2.6.1"
}
}