{
  "name": "@g4rb4g3/react-native-carplay",
  "version": "2.7.22",
  "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/g4rb4g3/react-native-carplay.git"
  },
  "keywords": [
    "react",
    "native",
    "carplay",
    "navigation",
    "car",
    "auto"
  ],
  "author": "Birkir Gudjonsson <birkir.gudjonsson@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/g4rb4g3/react-native-carplay/issues"
  },
  "homepage": "https://github.com/g4rb4g3/react-native-carplay#readme",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-native": "^0.74.0 || ^0.76.0 || ^0.79.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": "^22.15.21",
    "@types/react": "^19.1.5",
    "@types/react-native": "^0.73.0",
    "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"
  },
  "directories": {
    "lib": "lib"
  },
  "types": "./lib/index.d.ts"
}