{
  "name": "@nuxt/cli-nightly",
  "type": "module",
  "version": "4.0.0-20260922-145010-cf0e756",
  "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",
    "./runtime/dev-request-context": "./runtime/dev-request-context.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",
    "cli-nightly": "bin/nuxi.mjs",
    "nuxi-nightly": "bin/nuxi.mjs",
    "nuxi-ng-nightly": "bin/nuxi.mjs",
    "nuxt-nightly": "bin/nuxi.mjs",
    "nuxt-cli-nightly": "bin/nuxi.mjs"
  },
  "files": [
    "bin",
    "dist",
    "runtime"
  ],
  "engines": {
    "node": "^22.19.0 || ^24.11.0 || >=26.0.0"
  },
  "scripts": {
    "build": "tsdown",
    "dev:prepare": "tsdown --watch",
    "prepack": "tsdown",
    "test:dist": "node ../../scripts/check-dist.ts && node ../../scripts/check-loading-page.ts"
  },
  "peerDependencies": {
    "@nuxt/docs": "^4.0.0",
    "@nuxt/schema": "^3.0.0 || ^4.0.0",
    "jiti": "^2.3.0",
    "oxc-parser": ">=0.56.3",
    "rolldown": "^1.0.0-rc.16 || ^1.0.0",
    "serve": "^14.0.0"
  },
  "peerDependenciesMeta": {
    "@nuxt/docs": {
      "optional": true
    },
    "@nuxt/schema": {
      "optional": true
    },
    "jiti": {
      "optional": true
    },
    "oxc-parser": {
      "optional": true
    },
    "rolldown": {
      "optional": true
    },
    "serve": {
      "optional": true
    }
  },
  "dependencies": {
    "@clack/prompts": "^1.8.1",
    "args-tokenizer": "^0.3.0",
    "clickable-path": "^0.1.1",
    "confbox": "^0.3.1",
    "consola": "^3.4.2",
    "defu": "^6.1.7",
    "exsolve": "^1.1.1",
    "fuzzysort": "^4.0.2",
    "get-port-please": "^3.2.0",
    "my-bad": "^0.2.7",
    "obug": "^3.0.0",
    "pathe": "^2.0.3",
    "perfect-debounce": "^2.1.0",
    "pkg-types": "^2.3.3",
    "rc9": "^3.1.0",
    "scule": "^1.3.0",
    "srvx": "^1.0.5",
    "std-env": "^4.2.0",
    "tinyclip": "^1.0.3",
    "tinyexec": "^1.3.1",
    "uqr": "^0.1.3",
    "verkit": "^0.5.0"
  },
  "devDependencies": {
    "@bomb.sh/tab": "^0.0.22",
    "@nuxt/kit": "^4.5.2",
    "@nuxt/schema": "^4.5.2",
    "@nuxt/test-utils": "^4.3.2",
    "@speed-highlight/core": "^2.1.0",
    "@types/node": "^24.13.6",
    "citty": "^0.2.2",
    "giget": "^3.3.1",
    "h3": "^1.15.11",
    "jiti": "^2.7.0",
    "nitro": "^3.0.1-alpha.2",
    "nitropack": "^2.13.4",
    "nypm": "^0.6.10",
    "rolldown": "^1.2.9",
    "rollup": "^4.63.4",
    "tsdown": "^0.23.0",
    "typescript": "^6.0.3",
    "undici": "^8.10.2",
    "vitest": "^4.1.11"
  }
}
