{
  "name": "@fullstory/react-native",
  "version": "1.9.0",
  "description": "The official FullStory React Native plugin",
  "repository": {
    "type": "git",
    "url": "git://github.com/fullstorydev/fullstory-react-native.git"
  },
  "homepage": "https://github.com/fullstorydev/fullstory-react-native",
  "author": "FullStory",
  "license": "MIT",
  "main": "src/index.ts",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "android",
    "ios",
    "plugin/build",
    "src",
    "fullstory_react-native.podspec",
    "app.plugin.js",
    "lib"
  ],
  "keywords": [
    "react-native",
    "fullstory"
  ],
  "scripts": {
    "build": "tsc --build ./plugin",
    "clean": "tsc --build --clean ./plugin",
    "test": "npm run test:plugin & npm run test:src",
    "test:plugin": "jest --config ./plugin/jest.config.js",
    "test:src": "jest --config jest.config.js",
    "format": "prettier --write src plugin/src",
    "lint": "npm run lint:expo & npm run lint:project",
    "lint:expo": "eslint ./plugin",
    "lint:project": "eslint ./src",
    "prepack": "bob build"
  },
  "dependencies": {
    "@fullstory/babel-plugin-annotate-react": "^2.3.2",
    "@fullstory/babel-plugin-react-native": "^1.6.1"
  },
  "peerDependencies": {
    "expo": ">=47.0.0",
    "react": "*",
    "react-native": ">=0.66.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.22.15",
    "@react-native-community/eslint-config": "^3.2.0",
    "@react-native/babel-preset": "0.82.0",
    "@react-native/eslint-plugin-specs": "^0.72.4",
    "@testing-library/react-native": "^13.3.3",
    "@tsconfig/node10": "^1.0.9",
    "@types/jest": "^29.5.12",
    "@types/react": "19.1.1",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@typescript-eslint/parser": "^6.4.0",
    "babel-jest": "^29.6.4",
    "eslint": "^8.47.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-universe": "^12.0.0",
    "eslint-plugin-jest": "^27.2.3",
    "expo": "^54.0.0",
    "jest": "^29.7.0",
    "prettier": "3.0.2",
    "react": "19.1.1",
    "react-native": "0.82.0",
    "react-native-builder-bob": "^0.21.3",
    "ts-jest": "^29.0.0",
    "typescript": "^4.9.5"
  },
  "overrides": {
    "semver": "7.5.3"
  },
  "codegenConfig": {
    "name": "FullStorySpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.fullstory.reactnative"
    }
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
