{
  "name": "@ordojs/forms",
  "version": "0.1.0",
  "description": "Comprehensive form handling system for OrdoJS",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "test": "vitest --run",
    "test:watch": "vitest",
    "dev": "tsc --watch"
  },
  "keywords": [
    "ordojs",
    "forms",
    "validation",
    "reactive-forms"
  ],
  "author": "OrdoJS Team",
  "license": "MIT",
  "dependencies": {
    "@ordojs/core": "workspace:*",
    "@ordojs/state": "workspace:*"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0",
    "@vitest/ui": "^1.0.0"
  },
  "peerDependencies": {
    "@ordojs/core": ">=0.1.0",
    "@ordojs/state": ">=0.1.0",
    "zod": ">=3.0.0",
    "yup": ">=1.0.0",
    "joi": ">=17.0.0"
  },
  "peerDependenciesMeta": {
    "zod": {
      "optional": true
    },
    "yup": {
      "optional": true
    },
    "joi": {
      "optional": true
    }
  }
}
