UNPKG

react-native-analytics-debugger

Version:
57 lines (56 loc) 1.4 kB
{ "name": "react-native-analytics-debugger", "version": "2.1.1", "description": "The Avo react-native debugger", "author": "Avo (https://www.avo.app)", "repository": { "type": "git", "url": "https://github.com/avohq/react-native-analytics-debugger.git" }, "license": "MIT", "homepage": "https://github.com/avohq/react-native-analytics-debugger", "keywords": [ "android", "analytics", "avo", "ios", "mobile", "react", "react-native" ], "main": "src/AvoDebugger.js", "types": "src/AvoDebugger.d.ts", "engines": { "node": ">=14" }, "scripts": { "commit": "git-cz", "test": "jest", "release": "release-it" }, "dependencies": { "@react-native-async-storage/async-storage": "^1.19.3", "react-native-root-siblings": "^3.2.1" }, "devDependencies": { "@babel/core": "^7.8.0", "@babel/plugin-transform-private-methods": "^7.23.3", "@babel/preset-env": "^7.1.6", "babel-eslint": "^10.0.3", "babel-jest": "^29.2.1", "eslint": "^6.8.0", "eslint-plugin-react": "^7.18.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.76.8", "prettier-eslint": "^12.0.0", "react": "18.2.0", "react-native": "^0.72.6", "react-test-renderer": "18.2.0" }, "peerDependencies": { "react-native": ">= 0.69" }, "resolutions": { "cross-spawn": "^7.0.5" } }