{
  "name": "max-validator",
  "version": "1.2.1",
  "description": "Advanced validation library for Javascript & Reactjs",
  "main": "dist/max-validator.js",
  "module": "dist/max-validator.es.js",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "prepublishOnly": "rm dist/* -f && npm run build",
    "build": "rollup -c",
    "test": "jest"
  },
  "repository": "git+https://github.com/malkhazidartsmelidze/max-validator.git",
  "keywords": [
    "react",
    "react-validation",
    "validation",
    "validate"
  ],
  "author": "Malkhazi Dartsmelidze",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/malkhazidartsmelidze/max-validator/issues"
  },
  "homepage": "https://github.com/malkhazidartsmelidze/max-validator#readme",
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ]
  },
  "devDependencies": {
    "@babel/preset-env": "^7.13.15",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "rollup": "^2.45.2",
    "rollup-plugin-terser": "^7.0.2"
  }
}
