{
  "name": "@kungal/ui-nuxt",
  "version": "2.44.0",
  "description": "KunUI Nuxt Layer — wraps @kungal/ui-vue, auto-imports the components, and injects NuxtLink + @nuxt/icon so existing Nuxt apps keep their exact DX.",
  "type": "module",
  "keywords": [
    "kungal",
    "kun-ui",
    "nuxt",
    "nuxt-layer",
    "nuxt-module",
    "vue",
    "components",
    "ui"
  ],
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kungal/kun-ui.git",
    "directory": "packages/nuxt"
  },
  "homepage": "https://github.com/kungal/kun-ui#readme",
  "bugs": "https://github.com/kungal/kun-ui/issues",
  "publishConfig": {
    "access": "public"
  },
  "main": "./nuxt.config.ts",
  "files": [
    "CHANGELOG.md",
    "app",
    "nuxt.config.ts"
  ],
  "dependencies": {
    "@nuxt/icon": "^2.2.3",
    "@nuxt/image": "^2.0.0",
    "@nuxt/kit": "^4.4.7",
    "@kungal/ui-tokens": "2.44.0",
    "@kungal/ui-vue": "2.44.0"
  },
  "peerDependencies": {
    "nuxt": "^4.0.0",
    "vue": "^3.5.0"
  },
  "devDependencies": {
    "nuxt": "^4.4.7",
    "vue": "^3.5.35",
    "vue-tsc": "^3.3.3"
  },
  "scripts": {
    "clean": "rm -rf .nuxt"
  }
}