{
  "name": "@qundus/qform",
  "version": "0.2.5-3",
  "description": "The only form library you'll ever need :)",
  "keywords": [
    "forms",
    "html-forms",
    "web",
    "web-forms",
    "web form",
    "html",
    "framework agnostic",
    "svelte",
    "solidjs",
    "solid",
    "react",
    "preact",
    "vuejs",
    "vue",
    "vanilla",
    "vanilla-forms"
  ],
  "license": "GPL-3.0-only",
  "author": {
    "name": "qundus"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qundus/js.qform.git"
  },
  "homepage": "https://github.com/qundus/js.qform#readme",
  "files": [
    "dist/"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "module": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./converters": {
      "types": "./dist/converters/index.d.ts",
      "import": "./dist/converters/index.mjs",
      "module": "./dist/converters/index.mjs",
      "require": "./dist/converters/index.cjs"
    },
    "./validators": {
      "types": "./dist/validators/index.d.ts",
      "import": "./dist/validators/index.mjs",
      "module": "./dist/validators/index.mjs",
      "require": "./dist/validators/index.cjs"
    }
  },
  "devDependencies": {
    "@biomejs/biome": "^2.1.1",
    "@types/node": "^24.0.14",
    "lefthook": "^1.12.2",
    "terser": "^5.43.1",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "@qundus/qstate": ">=0.4.0"
  },
  "optionalDependencies": {
    "astro": ">=4",
    "preact": ">=8.5.2",
    "react": ">=16.6.3",
    "react-dom": ">=16.6.3",
    "solid-js": ">=1.6",
    "svelte": ">=2.16.1",
    "zod": ">=3",
    "vue": ">=2.6.14"
  },
  "scripts": {
    "build": "tsup && node ./root/dist-size.mjs",
    "watch": "tsup --watch",
    "check:all": "biome check",
    "check:all:fix": "biome check --write",
    "check:errors": "biome check --diagnostic-level=error",
    "check:errors:fix": "biome check --write --diagnostic-level=error",
    "check:ci": "biome check --write --diagnostic-level=error --log-kind=compact --reporter=github",
    "check:lint": "biome lint",
    "check:lint:fix": "biome lint --write",
    "check:format": "biome format",
    "check:format:fix": "biome format --write",
    "typecheck": "tsc --noEmit",
    "postinstall": "lefthook install"
  }
}