mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
29 lines
751 B
JSON
29 lines
751 B
JSON
{
|
|
"name": "react-native-debug-console",
|
|
"version": "2.0.0-alpha.9",
|
|
"main": "lib/index.js",
|
|
"react-native": "lib/native.js",
|
|
"repository": {
|
|
"url": "https://github.com/morten-olsen/react-native-debugger"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"bundle": "babel --copy-files --extensions '.ts,.tsx,.js' -d lib src",
|
|
"prepublish": "npm run snyk-protect && yarn run bundle",
|
|
"snyk-protect": "snyk protect"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react-native-json-tree": "^1.2.0",
|
|
"styled-components": "^5.0.0-beta.8",
|
|
"snyk": "^1.316.1"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.8.3",
|
|
"react-native": "^0.59.8",
|
|
"react-native-webview": "^6.9.0"
|
|
},
|
|
"snyk": true
|
|
}
|