{
  "name": "validator.tool",
  "version": "2.2.6",
  "description": "Lightweight JavaScript form validation, that had minimal configuration and felt natural to use. No dependencies, support UMD.",
  "homepage": "http://jaywcjlove.github.io/validator.js",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "author": "kenny wang <wowohoo@qq.com> (https://github.com/jaywcjlove)",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "unpkg": "dist/validator.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c rollup.config.ts --configPlugin typescript",
    "start": "rollup -c rollup.config.ts --configPlugin typescript -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/validator.js"
  },
  "keywords": [
    "validator",
    "validator.tool",
    "validator.js",
    "validation",
    "validate",
    "sanitization",
    "sanitize",
    "sanitisation",
    "sanitise",
    "assert"
  ],
  "files": [
    "src",
    "cjs",
    "esm",
    "dist"
  ],
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "bannerjs": "^3.0.1",
    "rollup": "^3.0.0"
  }
}
