UNPKG

react-native-kochava-measurement

Version:

A lightweight and easy to integrate SDK, providing first-class integration with Kochava’s installation attribution and analytics platform.

153 lines 3.77 kB
{ "name": "react-native-kochava-measurement", "version": "4.0.0", "description": "A lightweight and easy to integrate SDK, providing first-class integration with Kochava’s installation attribution and analytics platform.", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { ".": { "source": "./src/index.tsx", "types": "./lib/typescript/src/index.d.ts", "default": "./lib/module/index.js" }, "./package.json": "./package.json" }, "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "react-native.config.js", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "typecheck": "tsc", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build lib", "prepare": "bob build", "release": "release-it --only-version" }, "keywords": [ "react-native", "ios", "android" ], "repository": { "type": "git", "url": "git+https://github.com/Kochava/reactnative-kochavameasurement-releases.git" }, "author": "Kochava <support@kochava.com> (https://www.kochava.com)", "license": "SEE LICENSE IN LICENSE", "licenseFilename": "LICENSE", "bugs": { "url": "https://github.com/Kochava/reactnative-kochavameasurement-releases/issues" }, "homepage": "https://github.com/Kochava/reactnative-kochavameasurement-releases#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^19.8.1", "@eslint/compat": "^1.3.2", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.35.0", "@evilmartians/lefthook": "^1.12.3", "@react-native-community/cli": "20.0.1", "@react-native/babel-preset": "0.80.2", "@react-native/eslint-config": "^0.81.1", "@release-it/conventional-changelog": "^10.0.1", "@types/react": "^19.1.0", "commitlint": "^19.8.1", "del-cli": "^6.0.0", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "prettier": "^3.6.2", "react": "19.1.0", "react-native": "0.80.2", "react-native-builder-bob": "^0.39.1", "release-it": "^19.0.4", "turbo": "^2.5.6", "typescript": "^5.9.2" }, "resolutions": { "arktype": "2.0.0-rc.25" }, "peerDependencies": { "react": "*" }, "packageManager": "yarn@3.6.1", "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": { "name": "angular" } } } }, "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "codegenConfig": { "name": "KochavaMeasurementSpec", "type": "modules", "jsSrcsDir": "src", "android": { "javaPackageName": "com.kochavameasurement" } }, "create-react-native-library": { "languages": "kotlin-objc", "type": "turbo-module", "version": "0.54.8" } }