UNPKG

@chatwoot/react-native-widget

Version:
58 lines (57 loc) 1.4 kB
{ "name": "@chatwoot/react-native-widget", "version": "0.0.21", "description": "React Native widget for Chatwoot", "main": "index.js", "scripts": { "lint": "eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "react-native-modal": "^13.0.1" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.23.1", "react": "*", "react-native": "*", "react-native-webview": ">=13.8.6" }, "devDependencies": { "@react-native-community/eslint-config": "^2.0.0", "@react-native-community/eslint-plugin": "^1.1.0", "eslint": "^7.21.0", "eslint-plugin-prettier": "^3.3.1", "husky": "^5.1.3", "lint-staged": "^10.5.4", "metro-react-native-babel-preset": "^0.65.2", "prettier": "^2.2.1" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "prettier --write", "eslint --fix", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/chatwoot/chatwoot-react-native-widget.git" }, "keywords": [ "react-native", "chatwoot", "mobile", "ios", "android" ], "bugs": { "url": "https://github.com/chatwoot/chatwoot-react-native-widget/issues" }, "homepage": "https://github.com/chatwoot/chatwoot-react-native-widget#readme", "license": "MIT" }