{
  "name": "@featherk/composables",
  "version": "0.12.5",
  "main": "dist/featherk-composables.umd.js",
  "module": "dist/featherk-composables.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./grid": {
      "types": "./dist/grid/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./date": {
      "types": "./dist/date/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./range": {
      "types": "./dist/range/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./time": {
      "types": "./dist/time/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./trap": {
      "types": "./dist/trap/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./menu": {
      "types": "./dist/menu/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./observer": {
      "types": "./dist/observer/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./registry": {
      "types": "./dist/registry/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./form": {
      "types": "./dist/form/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./address": {
      "types": "./dist/address/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./id": {
      "types": "./dist/id/index.d.ts",
      "import": "./dist/featherk-composables.es.js",
      "require": "./dist/featherk-composables.umd.js"
    },
    "./docs-manifest": {
      "types": "./dist/docs-manifest.d.ts",
      "import": "./dist/docs-manifest.js",
      "default": "./dist/docs-manifest.js"
    }
  },
  "files": [
    "dist",
    "docs"
  ],
  "scripts": {
    "build": "vite build && npm run build:types && npm run build:docs-manifest",
    "build:types": "vue-tsc --emitDeclarationOnly --declaration --declarationDir dist",
    "build:docs-manifest": "node ../../scripts/generate-docs-manifest.mjs",
    "test": "vitest --config vitest.config.ts",
    "test:unit": "vitest run --config vitest.config.ts",
    "test:coverage": "vitest run --config vitest.config.ts --coverage",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@vueuse/core": "^14.4.0",
    "@vueuse/integrations": "^14.4.0",
    "focus-trap": "^8.2.2"
  },
  "peerDependencies": {
    "vue": ">=3.0.0"
  },
  "devDependencies": {
    "@types/node": "^24.5.2",
    "@vitejs/plugin-vue": "^6.0.1",
    "@vue/test-utils": "^2.4.6",
    "typescript": "~5.8.3",
    "vite": "^7.1.7",
    "vue-tsc": "^3.0.7"
  },
  "overrides": {
    "brace-expansion": "^5.0.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "vue",
    "composables",
    "kendo",
    "telerik",
    "a11y",
    "accessibility"
  ],
  "license": "MIT"
}
