{
  "name": "react-native-form-idable",
  "version": "3.0.1",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "test": "eslint src",
    "semantic-release": "semantic-release",
    "commitmsg": "validate-commit-msg",
    "commit": "git-cz",
    "format": "prettier-eslint --write \"src/**/*.js\""
  },
  "author": "Almouro <contact@almouro.com> (almouro.com)",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.1.1",
    "babel-jest": "18.0.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react-native": "^1.9.1",
    "commitizen": "^2.9.6",
    "cz-conventional-changelog": "^2.0.0",
    "enzyme": "^2.7.1",
    "enzyme-to-json": "^1.5.0",
    "eslint": "^4.7.2",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-flowtype": "^2.35.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.3.0",
    "flow-bin": "^0.38.0",
    "husky": "^0.13.2",
    "jest": "18.1.0",
    "jsdom": "^9.12.0",
    "mockdate": "^2.0.2",
    "prettier-eslint-cli": "^4.3.2",
    "react": "^15.4.2",
    "react-addons-test-utils": "^15.4.2",
    "react-dom": "^15.4.2",
    "react-native": "^0.42.3",
    "semantic-release": "^15.13.12",
    "validate-commit-msg": "^2.11.2"
  },
  "dependencies": {
    "react-native-root-siblings": "3.2.1",
    "react-native-root-toast": "3.1.1",
    "date-fns": "^1.28.5",
    "lodash": "^4.17.4",
    "node-polyglot": "^2.2.2",
    "react-native-modalbox": "^1.7.1",
    "validator": "^6.2.1"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bamlab/react-native-form-idable"
  },
  "jest": {
    "preset": "react-native",
    "transformIgnorePatterns": [
      "node_modules/(?!@exponent/ex-navigation",
      ")"
    ],
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/example/"
    ],
    "cacheDirectory": "<rootDir>/jest/tmp"
  }
}
