{
  "name": "@nuxt/cli",
  "type": "module",
  "version": "3.34.0",
  "description": "Nuxt CLI",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/cli.git",
    "directory": "packages/nuxt-cli"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./cli": "./bin/nuxi.mjs"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "nuxi": "bin/nuxi.mjs",
    "nuxi-ng": "bin/nuxi.mjs",
    "nuxt": "bin/nuxi.mjs",
    "nuxt-cli": "bin/nuxi.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "engines": {
    "node": "^16.14.0 || >=18.0.0"
  },
  "scripts": {
    "build": "tsdown",
    "dev:prepare": "tsdown --watch",
    "prepack": "tsdown"
  },
  "peerDependencies": {
    "@nuxt/schema": "^4.3.1"
  },
  "peerDependenciesMeta": {
    "@nuxt/schema": {
      "optional": true
    }
  },
  "dependencies": {
    "@bomb.sh/tab": "^0.0.14",
    "@clack/prompts": "^1.1.0",
    "c12": "^3.3.3",
    "citty": "^0.2.1",
    "confbox": "^0.2.4",
    "consola": "^3.4.2",
    "debug": "^4.4.3",
    "defu": "^6.1.4",
    "exsolve": "^1.0.8",
    "fuse.js": "^7.1.0",
    "fzf": "^0.5.2",
    "giget": "^3.1.2",
    "jiti": "^2.6.1",
    "listhen": "^1.9.0",
    "nypm": "^0.6.5",
    "ofetch": "^1.5.1",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "perfect-debounce": "^2.1.0",
    "pkg-types": "^2.3.0",
    "scule": "^1.3.0",
    "semver": "^7.7.4",
    "srvx": "^0.11.9",
    "std-env": "^3.10.0",
    "tinyclip": "^0.1.12",
    "tinyexec": "^1.0.2",
    "ufo": "^1.6.3",
    "youch": "^4.1.0"
  },
  "devDependencies": {
    "@nuxt/kit": "^4.3.1",
    "@nuxt/schema": "^4.3.1",
    "@types/debug": "^4.1.12",
    "@types/node": "^24.12.0",
    "get-port-please": "^3.2.0",
    "h3": "^1.15.6",
    "h3-next": "npm:h3@^2.0.1-rc.16",
    "nitro": "^3.0.1-alpha.2",
    "nitropack": "^2.13.1",
    "rollup": "^4.59.0",
    "rollup-plugin-visualizer": "^7.0.1",
    "tsdown": "^0.20.3",
    "typescript": "^5.9.3",
    "undici": "^7.22.0",
    "unplugin-purge-polyfills": "^0.1.0",
    "vitest": "^4.0.18",
    "youch": "^4.1.0"
  }
}
