{
  "name": "@stormid/validate",
  "version": "1.0.1",
  "description": "Client-side form validation",
  "author": "stormid",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/stormid/components/tree/master/packages/validate",
  "private": false,
  "main": "dist/index.js",
  "source": "src/index.js",
  "module": "dist/index.modern.js",
  "unpkg": "dist/index.umd.js",
  "browser": "dist/index.umd.js",
  "keywords": [
    "stormid",
    "form",
    "component",
    "validation",
    "unobtrustive",
    "constraint",
    "dotnetcore",
    ".NetMVC",
    "HTML5"
  ],
  "scripts": {
    "build": "microbundle --name Validate",
    "test": "jest --coverage & npx playwright test",
    "dev": "webpack-dev-server --config tools/webpack.config.js",
    "prod": "webpack --config tools/webpack.config.js --mode production",
    "prepublish": "npm run -s build"
  },
  "gitHead": "946d630c5e4305c47fedab448cb135d95c7b03af"
}
