{ "name": "@react-navigation/native", "description": "React Native integration for React Navigation", "keywords": [ "react-native", "react-navigation", "ios", "android" ], "version": "5.0.0-alpha.8", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-navigation/navigation-ex.git", "directory": "packages/native" }, "main": "lib/commonjs/index.js", "react-native": "src/index.tsx", "module": "lib/module/index.js", "types": "lib/typescript/native/src/index.d.ts", "files": [ "src", "lib" ], "publishConfig": { "access": "public" }, "scripts": { "prepare": "bob build", "clean": "del lib" }, "devDependencies": { "@react-native-community/bob": "^0.7.0", "@types/react": "^16.8.24", "@types/react-native": "^0.60.2", "del-cli": "^2.0.0", "react": "16.8.3", "react-native": "0.59.10", "typescript": "^3.5.3" }, "peerDependencies": { "@react-navigation/core": "^5.0.0-alpha.0", "react": "*", "react-native": "*" }, "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] } }