UNPKG

optic-react-native

Version:

React Native library for Optic

49 lines (48 loc) 1.15 kB
{ "name": "optic-react-native", "version": "1.0.0", "author": "Adnan Sahinovic", "description": "React Native library for Optic", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs --out-dir dist", "dev": "tsup --watch", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "react-native", "react", "optic", "metrics", "performance", "debugging" ], "license": "MIT", "dependencies": { "expo-router": "^5.0.7", "zustand": "^5.0.4" }, "devDependencies": { "@types/react": "^19.1.3", "@types/react-native": "^0.72.8", "react-native-safe-area-context": "^4.9.0", "rimraf": "^5.0.5", "tsup": "^8.4.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.70.0", "react-native-safe-area-context": ">=4.0.0" } }