{ "name": "@react-navigation/native", "description": "React Native integration for React Navigation", "keywords": [ "react-native", "react-navigation", "ios", "android" ], "version": "5.0.0-alpha.29", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native", "main": "lib/commonjs/index.js", "react-native": "src/index.tsx", "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "files": [ "src", "lib" ], "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "prepare": "bob build", "clean": "del lib" }, "dependencies": { "@react-navigation/core": "^5.0.0-alpha.37" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", "@types/react": "^16.9.17", "@types/react-native": "^0.60.30", "del-cli": "^3.0.0", "react": "~16.9.0", "react-native": "~0.61.5", "typescript": "^3.7.4", "react-native-testing-library": "^1.12.0" }, "peerDependencies": { "react": "*", "react-native": "*" }, "@react-native-community/bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }