UNPKG

react-native-debug-toolkit

Version:

A simple yet powerful debugging toolkit for React Native with a convenient floating UI for development

44 lines (43 loc) 1.21 kB
{ "name": "react-native-debug-toolkit", "version": "0.6.4", "description": "A simple yet powerful debugging toolkit for React Native with a convenient floating UI for development", "main": "index.js", "types": "index.d.ts", "podspec": "react-native-debug-toolkit.podspec", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "bundle": "react-native bundle --platform ios --dev false --entry-file index.js --bundle-output dist/main.jsbundle --assets-dest dist" }, "repository": { "type": "git", "url": "git+https://gitlab.outer.staruniongame.com/seaart-app-front/react-native-debug-toolkit.git" }, "keywords": [ "react-native", "debug", "toolkit", "logging", "development-tools", "floating-ui" ], "author": "zcj", "license": "MIT", "dependencies": { "react-native-mmkv": "2.12.2", "react-native-json-tree": "^1.5.0", "react-native-performance": "5.1.2", "react-native-root-siblings": "^4.0.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-native": "^0.70.0" }, "jest": { "preset": "react-native" } }