{
  "name": "redux-form-auto",
  "version": "1.1.10",
  "description": "Automatic validation and generation of forms for redux-form",
  "main": "./dist/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "rimraf dist && babel src --out-dir dist",
    "prepublishOnly": "npm run build",
    "watch": "rimraf dist && babel src --out-dir dist --watch --verbose",
    "test": "jest --verbose",
    "testDebug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "testShort": "jest",
    "demo": "cd demo && npm run buildAndCopy",
    "sphinx": "sphinx-build -b html ./docs_src ./docs",
    "docs": "rimraf docs && npm run demo && npm run sphinx"
  },
  "keywords": [
    "react",
    "reactjs",
    "react-redux",
    "redux-form",
    "form",
    "decorator",
    "validators",
    "validation"
  ],
  "author": "David González <braben@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dgonz64/redux-form-auto"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.6",
    "@babel/core": "^7.24.6",
    "@babel/plugin-transform-class-properties": "^7.24.6",
    "@babel/preset-env": "^7.24.6",
    "@babel/preset-react": "^7.24.6",
    "jest": "^28.1.0",
    "react": "^16.7.0 || ^17.0.0",
    "react-redux": "^6.0.0",
    "redux": "^4.0.1",
    "redux-form": "^8.3.0",
    "rimraf": "^5.0.7"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0",
    "react-redux": "^6.0.0",
    "redux-form": "^8.3.0",
    "redux": "^4.0.0"
  },
  "dependencies": {
    "classnames": "^2.5.1",
    "deep-extend": "^0.6.0",
    "prop-types": "^15.8.1"
  }
}
