{
  "name": "@commonpub/ui",
  "version": "0.16.1",
  "type": "module",
  "description": "Headless Vue 3 components with CSS custom property theming for CommonPub",
  "license": "AGPL-3.0-or-later",
  "repository": {
    "type": "git",
    "url": "https://github.com/commonpub/commonpub",
    "directory": "packages/ui"
  },
  "keywords": [
    "commonpub",
    "activitypub",
    "federation",
    "typescript",
    "vue",
    "components",
    "headless",
    "ui"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./theme/*.css": "./theme/*.css"
  },
  "files": [
    "dist/",
    "!dist/__tests__/",
    "theme/",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "vue": "^3.4.0",
    "zod": "^3.23.0 || ^4.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/vue": "^8.0.0",
    "@testing-library/user-event": "^14.0.0",
    "@vue/test-utils": "^2.4.0",
    "jsdom": "^25.0.0",
    "typescript": "^5.7.0",
    "vite": "^6.0.0",
    "vitest": "^3.0.0",
    "vue": "^3.4.0",
    "vue-tsc": "^2.0.0",
    "@vitejs/plugin-vue": "^5.0.0",
    "axe-core": "^4.10.0",
    "zod": "^4.3.6"
  },
  "scripts": {
    "build": "vite build && vue-tsc -p tsconfig.build.json",
    "dev": "vite build --watch",
    "test": "vitest run",
    "lint": "eslint src/",
    "typecheck": "vue-tsc --noEmit",
    "clean": "rm -rf dist"
  }
}