Files
react-native-debug-console/lib/package.json

20 lines
445 B
JSON

{
"name": "react-native-debug-console",
"version": "1.0.0-beta.12",
"main": "src/index.js",
"repository": {
"url": "https://github.com/morten-olsen/react-native-debugger"
},
"license": "MIT",
"dependencies": {
"react-native-json-tree": "^1.2.0",
"styled-components": "^3.4.2"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-native": "^0.56.0"
},
"devDependencies": {}
}