{
  "name": "@theoplayer/react-native-analytics-nielsen",
  "version": "1.12.0",
  "description": "Nielsen analytics connector for @theoplayer/react-native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "*.tgz",
    "CHANGELOG.md",
    "!lib/typescript/example",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "build": "bob build",
    "manifest": "node manifest.js > src/manifest.json",
    "prepare": "npm run manifest && npm run build",
    "clean": "rimraf lib android/build example/android/build example/android/app/build example/ios/build"
  },
  "keywords": [
    "react-native",
    "THEOplayer",
    "ios",
    "android",
    "nielsen"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:THEOplayer/react-native-connectors.git"
  },
  "author": "Dolby Laboratories, Inc.",
  "license": "BSD-3-Clause-Clear",
  "homepage": "https://github.com/THEOplayer/react-native-connectors/tree/main/nielsen#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@theoplayer/nielsen-connector-web": "^1.6.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-theoplayer": "^7 || ^8 || ^9 || ^10 || ^11",
    "theoplayer": "^7 || ^8 || ^9 || ^10 || ^11"
  },
  "peerDependenciesMeta": {
    "theoplayer": {
      "optional": true
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
