{
  "name": "@classytic/formkit",
  "version": "1.4.0",
  "description": "Headless, type-safe form generation engine for React 19. Schema-driven with full TypeScript support.",
  "author": "Classytic",
  "license": "MIT",
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "module-sync": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    },
    "./server": {
      "types": "./dist/server.d.mts",
      "module-sync": "./dist/server.mjs",
      "import": "./dist/server.mjs",
      "default": "./dist/server.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run typecheck && npm run build && npm run test",
    "push": "classytic-push",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major",
    "publish:npm": "npm publish --access public --provenance",
    "release:patch": "npm run version:patch && npm run publish:npm",
    "release:minor": "npm run version:minor && npm run publish:npm",
    "release:major": "npm run version:major && npm run publish:npm"
  },
  "keywords": [
    "react",
    "react-19",
    "forms",
    "form-generator",
    "form-builder",
    "headless",
    "schema-driven",
    "typescript",
    "type-safe",
    "react-hook-form",
    "ui-agnostic",
    "tailwind",
    "shadcn",
    "dynamic-forms",
    "conditional-fields",
    "form-schema"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/classytic/formkit.git"
  },
  "bugs": {
    "url": "https://github.com/classytic/formkit/issues"
  },
  "homepage": "https://github.com/classytic/formkit#readme",
  "peerDependencies": {
    "clsx": ">=2.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.60.0",
    "tailwind-merge": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    }
  },
  "devDependencies": {
    "@classytic/dev-tools": "^0.2.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^22.15.0",
    "@types/react": "^19.2.15",
    "@types/react-dom": "^19.1.6",
    "@typescript-eslint/eslint-plugin": "^8.60.0",
    "@typescript-eslint/parser": "^8.60.0",
    "@vitejs/plugin-react": "^5.2.0",
    "clsx": "^2.1.1",
    "eslint": "^9.39.4",
    "happy-dom": "^20.9.0",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-hook-form": "^7.76.1",
    "tailwind-merge": "^3.3.0",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  },
  "engines": {
    "node": ">=20.19.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
