{
  "name": "@hackler/react-native-sdk",
  "version": "4.0.0",
  "description": "React Native SDK for Hackle",
  "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",
    "hackle-react-native-sdk.podspec",
    "!lib/typescript/example",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/build",
    "!**/.settings",
    "!.DS_Store",
    "!android/.project",
    "!android/gradlew",
    "!android/gradle",
    "!android/gradlew.bat",
    "!android/.gradle",
    "!android/.idea"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "prepare": "tsc --noEmit && bob build",
    "prepare:local": "tsc --noEmit && bob build && rm -rf node_modules",
    "release": "npm run prepare && npm publish --access public",
    "release:canary": "npm run prepare && npm publish --tag canary --access public",
    "docs:build": "typedoc"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "hackle"
  ],
  "author": "Hackle <admin@hackle.io> (https://hackle.io)",
  "license": "MIT",
  "homepage": "https://hackle.io",
  "devDependencies": {
    "@react-native-community/bob": "^0.16.2",
    "@types/react": "^16.9.19",
    "@types/react-native": "0.62.13",
    "pod-install": "^0.1.0",
    "react": "17.0.1",
    "react-native": "0.64.1",
    "typescript": "^4.3.5",
    "typedoc": "^0.26.0",
    "typedoc-material-theme": "1.3.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "resolutions": {
    "@types/minimatch": "3.0.5"
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "resolutions": {
    "typedoc/typescript": "4.9.5"
  }
}
