{
  "name": "react-validate-form",
  "version": "1.0.7",
  "description": "A React component for validating forms/inputs.",
  "main": "dist/index.js",
  "scripts": {
    "prebuild": "rimraf dist && mkdir dist",
    "build": "babel -d dist src",
    "lint": "./node_modules/.bin/eslint src --ext .js,.jsx",
    "test": "jest",
    "test:ci": "npm run test -- --watch",
    "test:coverage": "npm run test -- --coverage",
    "preversion": "npm run test",
    "prepublish": "npm run build && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lonelyplanet/react-validate-form"
  },
  "keywords": [
    "react",
    "form",
    "validation",
    "validate"
  ],
  "author": "Lonely Planet",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lonelyplanet/react-validate-form/issues"
  },
  "homepage": "https://github.com/lonelyplanet/react-validate-form#readme",
  "devDependencies": {
    "babel-cli": "^6.22.2",
    "babel-env": "^2.4.1",
    "babel-preset-env": "^1.7.0",
    "babel-register": "^6.22.0",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-16": "^1.9.1",
    "eslint": "^5.13.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "jest": "^19.0.1",
    "react": "^16.8.1",
    "react-dom": "^16.8.1"
  },
  "peerDependencies": {
    "prop-types": "^15 || ^16",
    "react": "^15 || ^16",
    "react-dom": "^15 || ^16"
  },
  "dependencies": {
    "lodash": "^4.17.11",
    "rimraf": "^2.6.3"
  },
  "jest": {
    "setupFiles": [
      "<rootDir>/config/enzymeSetup.js"
    ]
  }
}
