{
  "name": "@aria-ui/core",
  "type": "module",
  "version": "0.2.1",
  "description": "A framework for building light-DOM-based web components",
  "author": "ocavue <ocavue@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ocavue/aria-ui.git"
  },
  "keywords": [],
  "sideEffects": false,
  "exports": {
    ".": {
      "aria-ui-source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@ocavue/utils": "^1.6.0",
    "@zag-js/dom-query": "^1.40.0",
    "alien-signals": "^3.2.1",
    "server-dom-shim": "^1.1.0"
  },
  "devDependencies": {
    "@ocavue/tsconfig": "^0.7.1",
    "@types/node": "^24.0.0",
    "@typescript/lib-dom": "npm:@types/web@^0.0.349",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.6",
    "@aria-ui/config-vitest": "0.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest run src",
    "build": "tsdown"
  }
}