{
  "name": "@magicpixel/rn-mp-client-sdk",
  "version": "1.13.23",
  "description": "React Native SDK for MagicPixel analytics and tag management",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "scripts",
    "!lib/typescript/example",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "test": "echo 'No tests configured'",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "postinstall": "node scripts/postinstall.js",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn && yarn example pods",
    "localpublish": "npm publish --@magicpixel:registry=http://localhost:4873"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:digital-madtech/mp-rn-client-sdk.git"
  },
  "author": "MP Engineering <engineering@magicpixel.io> (https://magicpixel.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/digital-madtech/mp-rn-client-sdk/issues"
  },
  "homepage": "https://github.com/digital-madtech/mp-rn-client-sdk#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@arkweid/lefthook": "0.7.7",
    "@babel/eslint-parser": "7.19.1",
    "@babel/runtime": "7.26.10",
    "@commitlint/config-conventional": "17.1.0",
    "@octokit/plugin-paginate-rest": "9.2.2",
    "@octokit/request": "8.4.1",
    "@octokit/request-error": "5.1.1",
    "@react-native-community/eslint-config": "3.1.0",
    "@release-it/conventional-changelog": "8.0.1",
    "@types/flat": "5.0.2",
    "@types/react": "17.0.50",
    "@types/react-native": "0.72.8",
    "@types/uuid": "9.0.0",
    "braces": "3.0.3",
    "commitlint": "17.1.2",
    "cross-spawn": "7.0.5",
    "eslint": "8.23.1",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-prettier": "4.2.1",
    "micromatch": "4.0.8",
    "pod-install": "0.1.38",
    "prettier": "2.7.1",
    "react": "18.2.0",
    "react-native": "0.72.17",
    "react-native-builder-bob": "0.18.3",
    "release-it": "17.1.1",
    "tsconfig-paths": "4.1.0",
    "typescript": "4.8.3",
    "ws": "7.5.10"
  },
  "resolutions": {
    "@types/react": "17.0.50",
    "ip": "2.0.2",
    "pac-resolver": "7.0.1",
    "socks": "2.7.3",
    "proxy-agent": "6.3.1",
    "pac-proxy-agent": "7.0.1",
    "socks-proxy-agent": "8.0.2",
    "agent-base": "7.1.0"
  },
  "overrides": {
    "diff": "8.0.3",
    "tmp": "0.2.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-get-random-values": ">=1.8.0"
  },
  "peerDependenciesMeta": {
    "react-native-get-random-values": {
      "optional": true
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    }
  },
  "eslintConfig": {
    "root": true,
    "parser": "@babel/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"
        }
      ]
    ]
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "1.21.0",
    "flat": "5.0.2",
    "nanoid": "5.1.5",
    "performant-array-to-tree": "1.11.0",
    "react-native-device-info": "15.0.1",
    "react-native-get-random-values": "1.11.0",
    "react-native-url-polyfill": "1.3.0",
    "ulid": "3.0.1",
    "uuid": "9.0.0"
  }
}
