{
  "name": "@nuxt/cli",
  "type": "module",
  "version": "3.28.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.10.0 || >=18.0.0"
  },
  "scripts": {
    "build": "unbuild",
    "dev:prepare": "unbuild --stub",
    "prepack": "unbuild"
  },
  "dependencies": {
    "c12": "^3.2.0",
    "citty": "^0.1.6",
    "clipboardy": "^4.0.0",
    "confbox": "^0.2.2",
    "consola": "^3.4.2",
    "defu": "^6.1.4",
    "exsolve": "^1.0.7",
    "fuse.js": "^7.1.0",
    "get-port-please": "^3.2.0",
    "giget": "^2.0.0",
    "h3": "^1.15.4",
    "httpxy": "^0.1.7",
    "jiti": "^2.5.1",
    "listhen": "^1.9.0",
    "nypm": "^0.6.1",
    "ofetch": "^1.4.1",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "perfect-debounce": "^1.0.0",
    "pkg-types": "^2.2.0",
    "scule": "^1.3.0",
    "semver": "^7.7.2",
    "std-env": "^3.9.0",
    "tinyexec": "^1.0.1",
    "ufo": "^1.6.1",
    "youch": "^4.1.0-beta.11"
  },
  "devDependencies": {
    "@nuxt/kit": "^4.0.3",
    "@nuxt/schema": "^4.0.3",
    "@types/node": "^22.17.0",
    "rollup": "^4.46.2",
    "rollup-plugin-visualizer": "^6.0.3",
    "typescript": "^5.9.2",
    "unbuild": "^3.6.0",
    "unplugin-purge-polyfills": "^0.1.0",
    "vitest": "^3.2.4",
    "youch": "^4.1.0-beta.11"
  }
}
