{
  "name": "nuxi",
  "type": "module",
  "version": "3.18.2",
  "packageManager": "pnpm@9.15.3",
  "description": "⚡️ Nuxt Generation CLI Experience",
  "license": "MIT",
  "repository": "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": {
    "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": {
    "@antfu/eslint-config": "^3.12.1",
    "@nuxt/eslint-config": "^0.7.4",
    "@nuxt/kit": "^3.15.1",
    "@nuxt/schema": "^3.15.1",
    "@nuxt/test-utils": "^3.15.1",
    "@types/node": "^22.10.5",
    "@types/semver": "^7.5.8",
    "@vitest/coverage-v8": "^2.1.8",
    "c12": "^2.0.1",
    "changelogen": "^0.5.7",
    "chokidar": "^4.0.3",
    "citty": "^0.1.6",
    "clipboardy": "^4.0.0",
    "consola": "^3.3.3",
    "defu": "^6.1.4",
    "eslint": "^9.17.0",
    "fuse.js": "^7.0.0",
    "giget": "^1.2.3",
    "h3": "^1.13.0",
    "httpxy": "^0.1.5",
    "jiti": "^2.4.2",
    "knip": "^5.41.1",
    "listhen": "^1.9.0",
    "magicast": "^0.3.5",
    "nitropack": "npm:nitropack-nightly",
    "nypm": "^0.4.1",
    "ofetch": "^1.4.1",
    "ohash": "^1.1.4",
    "pathe": "^2.0.0",
    "perfect-debounce": "^1.0.0",
    "pkg-pr-new": "^0.0.39",
    "pkg-types": "^1.3.0",
    "rollup": "^4.30.0",
    "rollup-plugin-visualizer": "^5.13.1",
    "scule": "^1.3.0",
    "semver": "^7.6.3",
    "std-env": "^3.8.0",
    "tinyexec": "^0.3.2",
    "typescript": "^5.7.2",
    "ufo": "^1.5.4",
    "unbuild": "^3.2.0",
    "unplugin-purge-polyfills": "^0.0.7",
    "vitest": "^2.1.8"
  },
  "resolutions": {
    "h3": "^1.13.0",
    "nitropack": "npm:nitropack-nightly",
    "nuxi": "workspace:*"
  }
}
