UNPKG

613 BJSONView Raw
1{
2 "name": "react-native-vdebug",
3 "version": "1.2.1",
4 "description": "React-Native 调试工具",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/itenl/react-native-vdebug.git"
12 },
13 "keywords": [
14 "react-native",
15 "vdebug",
16 "vconsole"
17 ],
18 "author": "itenl",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/itenl/react-native-vdebug/issues"
22 },
23 "engines": {
24 "node": ">=8.11.0"
25 },
26 "homepage": "https://github.com/itenl/react-native-vdebug#readme"
27}