Files
react-native-debug-console/packages/lib/package.json
2019-07-06 00:36:18 +02:00

23 lines
491 B
JSON

{
"name": "react-native-debug-console",
"version": "2.0.0-alpha.1",
"main": "src/index.js",
"repository": {
"url": "https://github.com/morten-olsen/react-native-debugger"
},
"scripts": {
"test": "jest"
},
"license": "MIT",
"dependencies": {
"react-native-json-tree": "^1.2.0",
"styled-components": "^5.0.0-beta.8"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.8.3",
"react-native": "^0.59.8"
},
"devDependencies": {}
}