{ "name": "react-native-dialogs", "version": "1.1.1", "description": "React Native wrappers for https://github.com/afollestad/material-dialogs ", "main": "index.js", "files": [ "android", "DialogAndroid.js" ], "scripts": { "test": "test", "lint": "eslint --ext .js,.ts,.tsx ." }, "repository": { "type": "git", "url": "git+https://github.com/aakashns/react-native-dialogs.git" }, "keywords": [ "react-native", "android", "react-component" ], "author": "Aakash N S", "license": "MIT", "bugs": { "url": "https://github.com/aakashns/react-native-dialogs/issues" }, "homepage": "https://github.com/aakashns/react-native-dialogs#readme", "devDependencies": { "@react-native-community/eslint-config": "^0.0.7", "all-contributors-cli": "^4.11.1", "eslint": "^6.8.0", "eslint-plugin-prettier": "^3.1.2", "prettier": "^1.19.1" }, "eslintConfig": { "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": "error" } } }