UNPKG

@theoplayer/react-native-analytics-comscore

Version:
84 lines (83 loc) 2 kB
{ "name": "@theoplayer/react-native-analytics-comscore", "version": "1.14.0", "description": "Comscore 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", "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", "comscore" ], "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/comscore#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "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" } ] ] } }