{
  "name": "react-native-zxcvbn",
  "version": "1.0.1",
  "description": "react-native zxcvbn bridge",
  "main": "index.js",
  "files": [
    "index.js",
    "index.d.ts",
    "ios/*",
    "android/build.gradle",
    "android/src/*",
    "react-native-zxcvbn.podspec"
  ],
  "scripts": {
    "lint": "eslint .",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/doomsower/react-native-zxcvbn.git"
  },
  "keywords": [
    "react-native",
    "zxcvbn",
    "password",
    "strength",
    "bridge"
  ],
  "author": "Konstantin Kuznetsov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doomsower/react-native-zxcvbn/issues"
  },
  "homepage": "https://github.com/doomsower/react-native-zxcvbn#readme",
  "peerDependencies": {
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^8.1.0",
    "@react-native-community/eslint-config": "^0.0.5",
    "@semantic-release/changelog": "^3.0.4",
    "@semantic-release/git": "^7.0.16",
    "@types/react": "^16.9.2",
    "@types/react-native": "^0.60.18",
    "commitlint": "^8.1.0",
    "eslint": "^6.3.0",
    "eslint-plugin-prettier": "^3.1.0",
    "husky": "^3.0.5",
    "prettier": "^1.18.2",
    "pretty-quick": "^1.11.1",
    "react": "^16.8.3",
    "react-native": "^0.61.2",
    "semantic-release": "^15.13.24",
    "typescript": "^3.6.3"
  }
}
