UNPKG

clevertap-react-native

Version:
54 lines (53 loc) 1.38 kB
{ "name": "clevertap-react-native", "version": "0.5.2", "description": "CleverTap React Native SDK.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node install.js", "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" ], "dependencies": { "extract-zip": "^1.6.6" }, "peerDependencies": { "react-native": ">=0.47.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": "^16.3.2", "react-native": "^0.49.5" } }