{
  "name": "hyper-react-xml",
  "version": "1.1.0",
  "description": "A fully custom React + TypeScript XML UI SDK for enterprise admin panels, forms, tables, reports, dashboards, and CRUD screens.",
  "type": "module",
  "homepage": "https://bsgtechnologies.com",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "schemas",
    "docs",
    "README.md",
    "FEATURES.md",
    "LICENSE",
    "DONATION.md",
    "CHANGELOG.md",
    "COPYRIGHT.md"
  ],
  "author": "Pradeep Kumar Sheoran, BSG Technologies",
  "license": "MIT",
  "keywords": [
    "react",
    "react-19",
    "react-18",
    "typescript",
    "xml-ui",
    "xml-renderer",
    "custom-sdk",
    "low-code",
    "admin-panel",
    "crud",
    "forms",
    "tables",
    "dashboard",
    "enterprise-ui",
    "bsg-technologies",
    "hyper-react-xml"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsc -p tsconfig.build.json",
    "lint": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm run build"
  },
  "peerDependencies": {
    "react": ">=18.0.0 || >=19.0.0",
    "react-dom": ">=18.0.0 || >=19.0.0"
  },
  "devDependencies": {
    "@vitejs/plugin-react": "^4.3.4",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "typescript": "^5.7.3",
    "vite": "^6.0.7"
  }
}
