{
  "name": "@nuxt/module-builder",
  "version": "0.8.4",
  "repository": "nuxt/module-builder",
  "description": "Complete solution for building Nuxt modules",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "nuxt-build-module": "./dist/cli.mjs",
    "nuxt-module-build": "./dist/cli.mjs"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "citty": "^0.1.6",
    "consola": "^3.2.3",
    "defu": "^6.1.4",
    "magic-regexp": "^0.8.0",
    "mlly": "^1.7.1",
    "pathe": "^1.1.2",
    "pkg-types": "^1.2.0",
    "tsconfck": "^3.1.3",
    "unbuild": "^2.0.0"
  },
  "peerDependencies": {
    "@nuxt/kit": "^3.13.1",
    "nuxi": "^3.13.1"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.5.6",
    "@nuxt/kit": "^3.13.1",
    "@nuxt/schema": "^3.13.1",
    "@types/node": "^20.16.5",
    "@vitest/coverage-v8": "^2.0.5",
    "changelogen": "^0.5.5",
    "eslint": "^9.10.0",
    "jiti": "^1.21.6",
    "nuxi": "^3.13.1",
    "nuxt": "^3.13.1",
    "typescript": "^5.6.2",
    "vitest": "^2.0.5",
    "vue": "^3.5.4",
    "vue-tsc": "^2.1.6"
  },
  "resolutions": {
    "@nuxt/kit": "^3.13.1",
    "@nuxt/schema": "^3.13.1",
    "vue": "^3.5.4"
  },
  "scripts": {
    "build": "unbuild",
    "dev:prepare": "pnpm -r dev:prepare",
    "example:build": "pnpm nuxt-module-build build ./example",
    "lint": "eslint .",
    "nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",
    "release": "pnpm vitest run && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
    "test": "pnpm vitest",
    "test:types": "vue-tsc --noEmit && pnpm -r test:types"
  }
}