{ "name": "@nuxt/cli", "type": "module", "version": "3.35.2", "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.14.0 || >=18.0.0" }, "scripts": { "build": "tsdown", "dev:prepare": "tsdown --watch", "prepack": "tsdown" }, "peerDependencies": { "@nuxt/schema": "^4.4.5" }, "peerDependenciesMeta": { "@nuxt/schema": { "optional": true } }, "dependencies": { "@bomb.sh/tab": "^0.0.15", "@clack/prompts": "^1.3.0", "c12": "^3.3.4", "citty": "^0.2.2", "confbox": "^0.2.4", "consola": "^3.4.2", "debug": "^4.4.3", "defu": "^6.1.7", "exsolve": "^1.0.8", "fuse.js": "^7.3.0", "fzf": "^0.5.2", "giget": "^3.2.0", "jiti": "^2.7.0", "listhen": "^1.10.0", "nypm": "^0.6.6", "ofetch": "^1.5.1", "ohash": "^2.0.11", "pathe": "^2.0.3", "perfect-debounce": "^2.1.0", "pkg-types": "^2.3.1", "scule": "^1.3.0", "semver": "^7.8.0", "srvx": "^0.11.15", "std-env": "^4.1.0", "tinyclip": "^0.1.12", "tinyexec": "^1.1.2", "ufo": "^1.6.4", "youch": "^4.1.1" }, "devDependencies": { "@nuxt/kit": "^4.4.5", "@nuxt/schema": "^4.4.5", "@types/debug": "^4.1.13", "@types/node": "^24.12.3", "get-port-please": "^3.2.0", "h3": "^1.15.11", "h3-next": "npm:h3@^2.0.1-rc.22", "nitro": "^3.0.1-alpha.2", "nitropack": "^2.13.4", "rollup": "^4.60.3", "rollup-plugin-visualizer": "^7.0.1", "tsdown": "^0.22.0", "typescript": "^6.0.3", "undici": "^8.2.0", "unplugin-purge-polyfills": "^0.1.0", "vitest": "^4.1.5", "youch": "^4.1.1" } }