{
  "name": "@gcores/react-native-carplay",
  "version": "1.1.12",
  "description": "CarPlay for React Native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "ios",
    "react-native-carplay.podspec",
    "!ios/build",
    "!lib/typescript/example"
  ],
  "podspecPath": "./react-native-carplay.podspec",
  "scripts": {
    "prepare": "bob build && husky install",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/birkir/react-native-carplay.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "keywords": [
    "react",
    "native",
    "carplay",
    "navigation",
    "car",
    "auto"
  ],
  "author": "Birkir Gudjonsson <birkir.gudjonsson@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/birkir/react-native-carplay/issues"
  },
  "homepage": "https://github.com/birkir/react-native-carplay#readme",
  "devDependencies": {
    "@commitlint/config-conventional": "13.2.0",
    "@react-native-community/eslint-config": "3.0.1",
    "@release-it/conventional-changelog": "3.3.0",
    "@types/node": "14.14.35",
    "@types/react-native": "0.63.52",
    "commitlint": "13.2.1",
    "husky": "7.0.2",
    "lint-staged": "10.5.4",
    "prettier": "2.4.1",
    "rimraf": "3.0.2",
    "eslint": "7.32.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-prettier": "4.0.0",
    "react": "17.0.2",
    "react-native": "0.66.1",
    "react-native-builder-bob": "0.18.2",
    "release-it": "14.11.6",
    "typedoc": "0.20.32",
    "typescript": "4.4.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": false
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
