{
  "name": "centoui-nuxt",
  "version": "1.16.0",
  "description": "Official Nuxt module for CentoUI",
  "author": "Favour Emeka <favorodera@gmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/favorodera",
  "homepage": "https://centoui.vercel.app",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/favorodera/centoui.git"
  },
  "bugs": {
    "url": "https://github.com/favorodera/centoui/issues"
  },
  "keywords": [
    "nuxt",
    "nuxt-module",
    "vue",
    "ui",
    "components",
    "tailwindcss"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.0.0",
    "pnpm": ">=11.0.0"
  },
  "peerDependencies": {
    "nuxt": "^4.0.0",
    "centoui": "1.16.0"
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.8",
    "c12": "^4.0.0-beta.5",
    "pathe": "^2.0.3",
    "centoui": "1.16.0"
  },
  "devDependencies": {
    "@favorodera/eslint-config": "^1.0.4",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.8",
    "nuxt": "^4.4.8",
    "vue-tsc": "^3.3.5"
  },
  "scripts": {
    "dev": "nuxt prepare && nuxt-module-build build --stub",
    "build": "nuxt prepare && nuxt-module-build build",
    "typecheck": "nuxt prepare && nuxt typecheck",
    "lint": "nuxt prepare && eslint . --fix"
  }
}