UNPKG

nuxi

Version:
83 lines (82 loc) 1.94 kB
{ "name": "nuxi", "type": "module", "version": "3.35.2", "description": "Nuxt CLI", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nuxt/cli.git", "directory": "packages/nuxi" }, "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": "tsdown", "prepack": "pnpm build", "test:dist": "node ./bin/nuxi.mjs info ../../playground" }, "devDependencies": { "@bomb.sh/tab": "^0.0.15", "@clack/prompts": "^1.3.0", "@nuxt/kit": "^4.4.5", "@nuxt/schema": "^4.4.5", "@nuxt/test-utils": "^4.0.3", "@types/debug": "^4.1.13", "@types/node": "^24.12.3", "@types/semver": "^7.7.1", "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", "h3": "^1.15.11", "h3-next": "npm:h3@^2.0.1-rc.22", "jiti": "^2.7.0", "listhen": "^1.10.0", "magicast": "^0.5.2", "nitro": "^3.0.1-alpha.2", "nitropack": "^2.13.4", "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", "rollup": "^4.60.3", "rollup-plugin-visualizer": "^7.0.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", "tsdown": "^0.22.0", "typescript": "^6.0.3", "ufo": "^1.6.4", "unplugin-purge-polyfills": "^0.1.0", "vitest": "^4.1.5", "youch": "^4.1.1" } }