UNPKG

clevertap-react-native

Version:
58 lines (57 loc) 1.48 kB
{ "name": "clevertap-react-native", "version": "3.4.0", "description": "CleverTap React Native SDK.", "main": "src/index.js", "types": "src/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "./node_modules/.bin/eslint index.js */**.js", "lint-fix": "./node_modules/.bin/eslint --fix index.js */**.js" }, "repository": { "type": "git", "url": "git+https://github.com/CleverTap/clevertap-react-native.git" }, "author": "CleverTap", "license": "MIT", "bugs": { "url": "https://github.com/CleverTap/clevertap-react-native/issues" }, "homepage": "https://github.com/CleverTap/clevertap-react-native", "keywords": [ "analytics", "android", "clevertap", "in-app", "ios", "notification", "push", "react", "react-native", "segmentation" ], "peerDependencies": { "react-native": ">=0.65.0" }, "devDependencies": { "eslint": "^4.18.2", "eslint-config-standard": "^6.0.0", "eslint-config-standard-jsx": "^3.0.0", "eslint-config-standard-react": "^4.0.0", "eslint-plugin-promise": "^3.3.0", "eslint-plugin-react": "^6.2.0", "eslint-plugin-standard": "^2.0.0", "i": "^0.3.6", "react": "^17.0.2", "react-native": ">=0.65.0" }, "codegenConfig": { "name": "CTTurboModuleSpec", "type": "modules", "jsSrcsDir": "src", "android": { "javaPackageName": "com.clevertap.react" } } }