{
  "name": "@mappedin/react-native-sdk",
  "version": "6.20.0",
  "homepage": "https://developer.mappedin.com/",
  "private": false,
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "files": [
    "lib",
    "README.md",
    "LICENSE.txt",
    "THIRD_PARTY_LICENSES.txt"
  ],
  "license": "SEE LICENSE IN LICENSE.txt",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0",
    "react-native-webview": ">=11.0.0",
    "@mappedin/mappedin-js": "^6.20.0"
  },
  "devDependencies": {},
  "volta": {
    "extends": "../../package.json"
  },
  "dependencies": {},
  "scripts": {
    "build": "node scripts/build.mjs",
    "build:prod": "NODE_ENV=production pnpm build",
    "types": "tsc -b",
    "start": "pnpm -w rn-example start",
    "docs:build": "typedoc --name \"Mappedin React Native SDK v$npm_package_version\"",
    "docs:serve": "npx serve ./docs",
    "test": "jest",
    "clean": "rm -rf lib/**",
    "vs": "node scripts/version.mjs",
    "version:ci": "pnpm version --no-commit-hooks --no-git-tag-version",
    "publish:internal": "pnpm vs publish-internal",
    "publish:npm": "pnpm vs mark-public && pnpm publish --registry=\"https://registry.npmjs.org/\" --no-git-checks"
  }
}