{
  "name": "@react-formgen/json-schema",
  "description": "A headless, type-safe, customizable, and super simple React form generator.",
  "private": false,
  "version": "0.0.0-alpha.25",
  "license": "MIT",
  "author": "m6io",
  "repository": {
    "type": "git",
    "url": "https://github.com/m6io/react-formgen.git",
    "directory": "packages/json-schema"
  },
  "keywords": [
    "react",
    "form",
    "schema",
    "json-schema",
    "zustand",
    "ajv",
    "ajv-formats",
    "form generator"
  ],
  "bugs": {
    "url": "https://github.com/m6io/react-formgen/issues"
  },
  "main": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build && tsc",
    "prepublishOnly": "npm run build",
    "analyze": "vite build --mode analyze"
  },
  "dependencies": {
    "@react-formgen/core": "0.0.0-alpha.25"
  },
  "peerDependencies": {
    "ajv": "^8.16.0",
    "ajv-formats": "^3.0.1",
    "json-schema": "^0.4.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@types/json-schema": "^7.0.15",
    "@types/node": "^20.14.8",
    "@types/react": "^18.0.0 || ^19.0.0",
    "@types/react-dom": "^18.0.0 || ^19.0.0",
    "@typescript-eslint/eslint-plugin": "^7.13.1",
    "@typescript-eslint/parser": "^7.13.1",
    "@vitejs/plugin-react": "^4.3.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.7",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "typescript": "^5.5.2",
    "vite": "^5.3.1"
  }
}
