{
  "name": "nuxi",
  "version": "3.11.1",
  "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 . && prettier --check src",
    "lint:fix": "eslint --fix . && prettier --write src",
    "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"
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.2.0",
    "@nuxt/kit": "^3.11.1",
    "@nuxt/schema": "^3.11.1",
    "@nuxt/test-utils": "^3.12.0",
    "@types/http-proxy": "^1.17.14",
    "@types/node": "^20.11.30",
    "@types/semver": "^7.5.8",
    "@types/ws": "^8.5.10",
    "c12": "^1.10.0",
    "changelogen": "^0.5.5",
    "chokidar": "^3.6.0",
    "citty": "^0.1.6",
    "clipboardy": "^4.0.0",
    "colorette": "^2.0.20",
    "consola": "^3.2.3",
    "destr": "^2.0.3",
    "eslint": "^8.57.0",
    "execa": "^8.0.1",
    "fuse.js": "^7.0.0",
    "giget": "^1.2.1",
    "h3": "^1.11.1",
    "httpxy": "^0.1.5",
    "jiti": "^1.21.0",
    "listhen": "^1.7.2",
    "magicast": "^0.3.3",
    "mlly": "^1.6.1",
    "nuxt": "^3.11.1",
    "nypm": "^0.3.8",
    "ofetch": "^1.3.3",
    "pathe": "^1.1.2",
    "perfect-debounce": "^1.0.0",
    "pkg-types": "^1.0.3",
    "prettier": "^3.2.5",
    "scule": "^1.3.0",
    "semver": "^7.6.0",
    "unbuild": "^2.0.0",
    "unws": "^0.2.4",
    "vue-tsc": "^2.0.6",
    "ws": "^8.16.0"
  },
  "optionalDependencies": {
    "fsevents": "~2.3.3"
  },
  "resolutions": {
    "nitropack": "npm:nitropack-nightly",
    "nuxt": "^3.11.1",
    "h3": "^1.11.1"
  },
  "packageManager": "pnpm@8.15.5",
  "engines": {
    "node": "^16.10.0 || >=18.0.0"
  }
}