{
  "name": "afova",
  "version": "1.0.4",
  "description": "Accessible client-side HTML form validation with the constraint validation API.",
  "keywords": [
    "form",
    "validation",
    "client",
    "html"
  ],
  "license": "MIT",
  "author": {
    "email": "mail@ulfschneider.io",
    "name": "Ulf Schneider",
    "url": "https://ulfschneider.io"
  },
  "homepage": "https://github.com/ulfschneider/afova#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ulfschneider/afova.git"
  },
  "bugs": {
    "url": "https://github.com/ulfschneider/afova/issues"
  },
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "main": "./dist/afova.js",
  "module": "./dist/afova.js",
  "types": "./dist/afova.d.ts",
  "files": [
    "./dist"
  ],
  "devDependencies": {
    "terser": "^5.37.0",
    "typescript": "~5.6.2",
    "vite": "^5.4.11",
    "vite-plugin-dts": "^4.4.0"
  },
  "dependencies": {
    "nanoid": "^5.0.9"
  }
}
