{"name": "@amazon-devices/react-native-device-info", "version": "2.0.1758683737+10.11.0", "description": "Get device information using react-native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "files": ["SystemBundles", "SystemModules", "__tests__/", "android/", "ios/", "lib/", "src/", "jest/", "web/", "windows/", "RNDeviceInfo.podspec", "babel.config.js", "jest.config.js", "jest.setup.ts", "kepler-compatibility.json", "react-native.config.js", "THIRD_PARTY_NOTICES.txt", "kepler-transformed-package-info.json"], "repository": {"type": "git", "url": "https://github.com/react-native-device-info/react-native-device-info"}, "homepage": "https://github.com/react-native-device-info/react-native-device-info#readme", "scripts": {"analyze": "yarn ts-check && yarn flow-check", "flow-check": "npx flow-bin check-contents < src/index.js.flow", "ts-check": "npx tsc --noEmit", "clean": "cd example && npx react-native-clean-project --keep-node-modules --remove-iOS-build --remove-iOS-pods --remove-android-build --clean-android-project --keep-brew --keep-pods && \\rm -fr ios/Pods", "dev-sync": "yarn build && cp -r package.json *podspec lib windows android ios src jest example/node_modules/react-native-device-info/", "dev-sync-windows": "for %x in (lib windows android src jest) do xcopy \"%x\" .\\example\\node_modules\\react-native-device-info\\%x /S /E /R /H /I /Y", "lint": "npx eslint ./ --ignore-pattern example --ignore-pattern node_modules --fix --quiet", "shipit": "yarn clean && semantic-release", "example:install": "yarn && cd example && yarn && cd .. && yarn dev-sync", "example:install-windows": "yarn && cd example && yarn && cd .. && yarn dev-sync-windows", "example:install:pods": "cd example/ios && pod install", "example:android": "cd example && yarn android", "example:android:build": "cd example/android && ./gradlew assembleDebug", "example:ios": "cd example && yarn ios --simulator 'iPhone 14'", "example:ios:build": "cd example/ios && xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace example.xcworkspace -configuration Debug -scheme example -sdk iphonesimulator -arch x86_64 ONLY_ACTIVE_ARCH=YES | xcpretty", "example:windows": "cd example && yarn windows", "example:packager": "cd example && yarn start", "test": "jest", "precommit": "lint-staged && yarn analyze", "build": "bob build", "build:release": "npm-run-all build", "codegen": "react-native-tscodegen ./react-native-tscodegen.json", "format": "prettier --write './*.{md,json}' './*.{js,jsx,ts,tsx}' '!.tmp/**'", "ci:install": "rm -rf ./node_modules && yarn install --frozen-lockfile", "ci:shipit": "semantic-release"}, "lint-staged": {"*.ts": ["yarn lint", "git add"]}, "keywords": ["react-component", "react-native", "ios", "android", "windows", "device", "events", "cocoapod"], "author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)", "contributors": [{"name": "Gant Laborde", "email": "gant@infinite.red", "url": "https://github.com/gantman"}, {"name": "Mehdi Achour", "email": "machour@gmail.com", "url": "https://github.com/machour"}, {"name": "Mike Hardy", "email": "github@mikehardy.net", "url": "https://github.com/mikehardy"}, {"name": "Dustin Schie", "email": "github@schie.io", "url": "https://github.com/schie"}], "license": "See license in LICENSE", "//-1": "amznmod_react - change peerDependencies to restrict to 72.0 or greater", "peerDependencies": {"@amazon-devices/react-native-kepler": "^2.0.0", "react": "18.2.0", "react-native": "0.72.0"}, "//-2": "amznmod_react - change dependencies versions to be Kepler compatible", "dependencies": {"@amazon-devices/keplerscript-turbomodule-api": "^1.0.0"}, "//-3": "amznmod_react - Set keplerImport to true + add kepler 3p aliasing", "keplerImport": true, "kepler": {"temporary-alias-for-package": {"name": "react-native-device-info", "version": "10.11.0"}}, "//-4": "amznmod_react - change devDependencies versions to be Kepler compatible", "devDependencies": {"@react-native-community/eslint-config": "^3.0.1", "@semantic-release/changelog": "^6.0.1", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.2", "@semantic-release/npm": "^9.0.1", "@semantic-release/release-notes-generator": "^10.0.3", "@testing-library/react-hooks": "^7.0.2", "@types/jest": "^27.4.1", "@types/react": "^18.0.18", "@types/react-native": "0.72.5", "eslint": "^7", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.4", "jest": "^27.5.1", "lint-staged": "^13.0.3", "metro-react-native-babel-preset": "0.77.0", "npm-run-all": "^4.1.5", "react": "18.2.0", "react-native-windows": "0.72.0", "react-test-renderer": "^17.0.1", "semantic-release": "^19.0.2", "ts-jest": "^27.1.3", "typescript": "^4.6.2", "react-native-builder-bob": "^0.18.2"}, "resolutions": {"@types/react": "^18"}, "eslintConfig": {"extends": "@react-native-community"}, "react-native-builder-bob": {"source": "src", "output": "lib", "targets": ["commonjs", "module", "typescript"]}, "codegenConfig": {"name": "NativeRNDeviceInfo", "type": "modules", "jsSrcsDir": "src/internal", "android": {"javaPackageName": "com.learnium.RNDeviceInfo"}}}