{
  "name": "react-native-bouncy-checkbox",
  "version": "2.1.0",
  "description": "Fully customizable animated bouncy checkbox for React Native",
  "keywords": [
    "bouncy",
    "checkbox",
    "animated",
    "check",
    "customizable",
    "react-native-checkbox",
    "rn-checkbox",
    "FreakyCoder",
    "freakycoder",
    "kuray",
    "Kuray",
    "react",
    "react-native",
    "javascript",
    "ui-lib",
    "rn"
  ],
  "homepage": "https://www.freakycoder.com",
  "bugs": "https://github.com/WrathChaos/react-native-bouncy-checkbox/issues",
  "main": "./build/dist/BouncyCheckbox.js",
  "repository": "git@github.com:WrathChaos/react-native-bouncy-checkbox.git",
  "author": "Kuray (FreakyCoder) <kurayogun@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "cd lib && tsc && cp ../package.json ../build/dist/ && Echo Build completed!",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "peerDependencies": {
    "react": ">= 16.x.x",
    "react-native": ">= 0.55.x",
    "react-native-vector-icons": ">= 6.6.0",
    "react-native-dynamic-vector-icons": ">= 0.2.1"
  },
  "devDependencies": {
    "@types/react": "^17.0.3",
    "@types/react-native": "^0.64.0",
    "react-native-typescript-transformer": "^1.2.13",
    "typescript": "^4.0.2",
    "@react-native-community/eslint-config": "^0.0.5",
    "eslint": "^7.9.0",
    "eslint-config-airbnb": "^18.2.0",
    "husky": "^6.0.0",
    "lint-staged": "^10.2.11",
    "prettier": "^2.0.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "./src/*.{js,jsx,ts,tsx}": [
      "npx prettier --write",
      "eslint src/*.js --fix-dry-run"
    ]
  }
}
