-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "rn-vconsole-panel",
"version": "1.0.3",
"description": "A Logger that runs on the device is the same as the chrome console or vconsole. rn-vconsole-panel can log the Console, Network, Router Stack, Storage, System Info automatic.",
"main": "lib/index.js",
"type": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf lib && tsc"
},
"keywords": [
"react-native-console",
"vconsole",
"debugger",
"rn-console",
"rnboat",
"logger-board",
"logger",
"network",
"proxy",
"stack",
"storage",
"system",
"monitor"
],
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/ludejun/rn-vconsole-panel"
},
"bugs": {
"url": "https://github.com/ludejun/rn-vconsole-panel/issues"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.7",
"typescript": "^4.5.2"
}
}