{
  "name": "react-native-ios-kit",
  "version": "0.0.22",
  "description": "The missing React Native UI Kit for iOS.",
  "main": "src/index.js",
  "scripts": {
    "prepare": "yarn install --cwd ./website && yarn install --cwd ./example",
    "flow": "flow check",
    "lint": "eslint . --cache",
    "test": "jest",
    "docs:build": "cd website && yarn run build",
    "docs:watch": "cd website && yarn run start",
    "release": "release-it"
  },
  "files": [
    "src/",
    "assets/icons/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callstack/react-native-ios-kit.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/callstack/react-native-ios-kit/issues"
  },
  "homepage": "https://github.com/callstack/react-native-ios-kit#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-vector-icons": "*"
  },
  "dependencies": {
    "@callstack/react-theme-provider": "^3.0.5",
    "babel-plugin-module-resolver": "^4.0.0",
    "color": "^3.1.2"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/runtime": "^7.9.0",
    "@callstack/eslint-config": "^9.0.0",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@release-it/conventional-changelog": "^1.1.4",
    "babel-cli": "^6.26.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.3.1",
    "babel-plugin-flow-react-proptypes": "^25.1.0",
    "escape-string-regexp": "^3.0.0",
    "eslint": "^6.8.0",
    "eslint-config-callstack-io": "^1.1.1",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-react-native": "^3.8.1",
    "flow-bin": "0.92.0",
    "husky": "^4.2.5",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.59.0",
    "prettier": "2.0.5",
    "react": "16.13.1",
    "react-native": "^0.61.4",
    "react-native-vector-icons": "~6.3.0",
    "react-test-renderer": "16.13.1",
    "release-it": "^13.5.7",
    "svgexport": "^0.4.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn flow"
    }
  },
  "jest": {
    "preset": "react-native",
    "cacheDirectory": "./cache/jest",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ],
    "watchPathIgnorePatterns": [
      "__fixtures__\\/[^/]+\\/(output|error)\\.js"
    ]
  }
}
