UNPKG

@5stones/react-native-carplay

Version:
72 lines (71 loc) 1.8 kB
{ "name": "@5stones/react-native-carplay", "version": "2.5.1", "description": "CarPlay for React Native", "main": "lib/index.js", "react-native": "src/index.ts", "source": "src/index.ts", "files": [ "src", "lib", "ios", "android", "react-native-carplay.podspec" ], "podspecPath": "./react-native-carplay.podspec", "scripts": { "prepack": "yarn run build", "lint": "eslint . --ext .ts,.tsx,.js,.jsx", "typecheck": "tsc --noEmit", "build": "tsc -p tsconfig.build.json", "fix-all-files": "eslint . --ext .ts,.tsx,.js,.jsx --fix" }, "repository": { "type": "git", "url": "git+https://github.com/5-stones/react-native-carplay.git" }, "keywords": [ "react", "native", "carplay", "navigation", "car", "auto" ], "author": "Matt Rice <mrice@weare5stones.com>", "license": "MIT", "bugs": { "url": "https://github.com/5-stones/react-native-carplay/issues" }, "homepage": "https://github.com/5-stones/react-native-carplay#readme", "peerDependencies": { "react": "^17.0.2 || ^18.0.0", "react-native": "^0.60.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-native": { "optional": true } }, "devDependencies": { "@react-native-community/eslint-config": "3.2.0", "@tsconfig/react-native": "3.0.2", "@types/node": "17.0.25", "@types/react": "18.0.6", "@types/react-native": "0.67.5", "cross-env": "7.0.3", "docusaurus-plugin-typedoc": "0.19.2", "eslint": "^8.19.0", "jest": "29.5.0", "microbundle": "0.14.2", "prettier": "2.6.2", "rimraf": "3.0.2", "typedoc": "0.24.7", "typedoc-github-wiki-theme": "1.1.0", "typedoc-plugin-markdown": "3.15.3", "typescript": "5.0.4" } }