{
  "name": "react-native-badge-input",
  "version": "0.1.1",
  "description": "Modular badge input for React Native",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "typescript": "tsc --noEmit",
    "prepare": "bob build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krszwsk/react-native-badge-input.git"
  },
  "author": "Krzysztof Kraszewski",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/krszwsk/react-native-badge-input/issues"
  },
  "homepage": "https://github.com/krszwsk/react-native-badge-input#readme",
  "keywords": [
    "react",
    "react-native",
    "badge",
    "input",
    "tag",
    "pill"
  ],
  "files": [
    "lib/",
    "src/",
    "README.md"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@react-native-community/bob": "^0.6.1",
    "@types/react": "^16.8.24",
    "@types/react-native": "^0.60.3",
    "@typescript-eslint/eslint-plugin": "^1.13.0",
    "@typescript-eslint/parser": "^1.13.0",
    "babel-eslint": "^10.0.2",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.14.3",
    "husky": "^3.0.2",
    "metro-react-native-babel-preset": "^0.55.0",
    "prettier": "^1.18.2",
    "typescript": "^3.5.3"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn typescript",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "flow": true
        }
      ],
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5"
  }
}
