{
  "name": "rhfa-blueprint",
  "version": "1.2.5",
  "description": "Generate automatic forms following a schema using Blueprint",
  "main": "lib/index.js",
  "keywords": [
    "react",
    "reactjs",
    "hooks",
    "react-hook-form",
    "form",
    "validators",
    "validation",
    "blueprint"
  ],
  "author": "David González <braben@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dgonz64/rhfa-blueprint"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.6",
    "@babel/core": "^7.24.6",
    "@babel/plugin-proposal-class-properties": "^7.16.7",
    "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
    "@babel/preset-env": "^7.24.6",
    "@babel/preset-react": "^7.24.6",
    "babel-loader": "^9.1.3",
    "enzyme": "^3.11.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
    "jest": "^27.5.0",
    "jsdoc-to-markdown": "^7.1.0",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-hook-form": "^7.0.0",
    "rimraf": "^5.0.7",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "peerDependencies": {
    "@blueprintjs/core": "^4.0.0",
    "@blueprintjs/table": "^4.0.0",
    "@blueprintjs/select": "^4.0.0",
    "@blueprintjs/icons": "^4.0.0"
  },
  "scripts": {
    "clean": "rimraf dist && rimraf lib",
    "start": "npm run clean && babel src --out-dir lib --watch --verbose --source-maps",
    "build": "npm run clean && npm run build:commonjs && npm run build:umd && npm run build:umd:min",
    "build:commonjs": "babel src --out-dir lib",
    "build:umd": "webpack",
    "build:umd:min": "NODE_ENV=production npm run build:umd",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
    "test:short": "jest",
    "test": "jest --verbose",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "react-hook-form-auto": "^1.0.0"
  }
}
