{
  "name": "hypertrack-sdk-react-native",
  "version": "14.1.0",
  "description": "React Native HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate HyperTrack into React Native apps.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "hypertrack-sdk-react-native.podspec",
    "LICENSE.txt",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it",
    "docs": "typedoc --options typedoc.json -out ../docs",
    "bootstrap": "yarn && yarn docs"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "hypertrack",
    "location",
    "tracking"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hypertrack/sdk-react-native.git",
    "directory": "sdk"
  },
  "author": "HyperTrack <help@hypertrack.com> (https://hypertrack.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hypertrack/sdk-react-native/issues"
  },
  "homepage": "https://github.com/hypertrack/sdk-react-native#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.18.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@react-native-community/eslint-config": "^3.0.2",
    "@release-it/bumper": "^4.0.0",
    "@release-it/conventional-changelog": "^5.1.0",
    "@types/jest": "^28.1.2",
    "@types/react": "~17.0.21",
    "@types/react-native": "^0.70.0",
    "@typescript-eslint/parser": "^5.30.5",
    "auto-changelog": "^2.4.0",
    "commitlint": "^17.0.2",
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.1",
    "pod-install": "^0.1.0",
    "prettier": "^2.0.5",
    "react": "^18.0.0",
    "react-native": "^0.70.0",
    "react-native-builder-bob": "^0.40.13",
    "release-it": "^15.4.1",
    "typedoc": "^0.25.4",
    "typedoc-plugin-merge-modules": "^5.1.0",
    "typedoc-plugin-rename-defaults": "^0.7.0",
    "typescript": "^5.5.0"
  },
  "resolutions": {
    "@types/react": "17.0.21"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "changelog": "auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
      "commitMessage": "Release ${version}",
      "requireCleanWorkingDir": false,
      "tagName": "${version}",
      "requireCommits": true
    },
    "github": {
      "release": true
    },
    "hooks": {
      "after:bump": "auto-changelog --package --commit-limit false --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs"
    },
    "npm": {
      "publish": true
    }
  },
  "eslintConfig": {
    "root": true,
    "parser": "@typescript-eslint/parser",
    "extends": [
      "@react-native-community",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
