{
  "name": "react-native-animated-radio-button",
  "version": "2.0.6",
  "description": "Fully customizable animated radio button for React Native",
  "keywords": [
    "bouncy",
    "animated",
    "radio",
    "button",
    "radio-button",
    "animated-radio-button",
    "customizable",
    "FreakyCoder",
    "freakycoder",
    "kuray",
    "Kuray",
    "react",
    "react-native",
    "javascript",
    "ui-lib",
    "rn"
  ],
  "homepage": "https://www.freakycoder.com",
  "bugs": "https://github.com/WrathChaos/react-native-animated-radio-button/issues",
  "main": "./build/dist/RadioButton.js",
  "repository": "git@github.com:WrathChaos/react-native-animated-radio-button.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.63.x"
  },
  "devDependencies": {
    "@types/react": "^17.0.6",
    "@types/react-native": "^0.63.25",
    "react-native-typescript-transformer": "^1.2.13",
    "typescript": "^4.0.3",
    "@react-native-community/eslint-config": "^2.0.0",
    "eslint": "^7.11.0",
    "eslint-config-airbnb": "^18.2.0",
    "husky": "^6.0.0",
    "lint-staged": "^10.4.2",
    "prettier": "^2.1.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "./src/*.{js,jsx,ts,tsx}": [
      "npx prettier --write",
      "eslint src/*.js --fix-dry-run"
    ]
  },
  "dependencies": {
    "@freakycoder/react-native-bounceable": "^0.2.5"
  }
}
