{
  "name": "nuxi",
  "version": "3.16.0",
  "description": "⚡️ Nuxt Generation CLI Experience",
  "repository": "nuxt/cli",
  "license": "MIT",
  "type": "module",
  "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"
  ],
  "scripts": {
    "dev:prepare": "unbuild --stub",
    "build": "unbuild",
    "build:stub": "unbuild --stub",
    "dev": "node ./bin/nuxi.mjs dev ./playground",
    "dev:bun": "bun --bun ./bin/nuxi.mjs dev ./playground",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "nuxi": "node ./bin/nuxi.mjs",
    "nuxi-bun": "bun --bun ./bin/nuxi.mjs",
    "prepack": "unbuild",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && pnpm build && pnpm test:dist",
    "test:dist": "node ./bin/nuxi.mjs info ./playground",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest --coverage"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.7.2",
    "@nuxt/kit": "^3.14.1592",
    "@nuxt/schema": "^3.14.1592",
    "@nuxt/test-utils": "^3.14.4",
    "@types/http-proxy": "^1.17.15",
    "@types/node": "^22.10.1",
    "@types/semver": "^7.5.8",
    "@types/ws": "^8.5.13",
    "@vitest/coverage-v8": "^2.1.6",
    "c12": "^2.0.1",
    "changelogen": "^0.5.7",
    "chokidar": "^4.0.1",
    "citty": "^0.1.6",
    "clipboardy": "^4.0.0",
    "colorette": "^2.0.20",
    "consola": "^3.2.3",
    "destr": "^2.0.3",
    "eslint": "^9.15.0",
    "execa": "^9.5.1",
    "fuse.js": "^7.0.0",
    "giget": "^1.2.3",
    "h3": "^1.13.0",
    "httpxy": "^0.1.5",
    "jiti": "^2.4.0",
    "listhen": "^1.9.0",
    "magicast": "^0.3.5",
    "mlly": "^1.7.3",
    "nuxt": "^3.14.1592",
    "nypm": "^0.4.1",
    "ofetch": "^1.4.1",
    "pathe": "^1.1.2",
    "perfect-debounce": "^1.0.0",
    "pkg-types": "^1.2.1",
    "scule": "^1.3.0",
    "semver": "^7.6.3",
    "unbuild": "^2.0.0",
    "unplugin-purge-polyfills": "^0.0.7",
    "unws": "^0.2.4",
    "vitest": "^2.1.6",
    "vue-tsc": "^2.1.10",
    "ws": "^8.18.0"
  },
  "resolutions": {
    "h3": "^1.13.0",
    "nitropack": "npm:nitropack-nightly",
    "nuxt": "^3.14.1592"
  },
  "packageManager": "pnpm@9.14.2",
  "engines": {
    "node": "^16.10.0 || >=18.0.0"
  }
}
