{
  "name": "create-nuxt",
  "type": "module",
  "version": "3.37.0",
  "description": "Create a Nuxt app in seconds",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/cli.git",
    "directory": "packages/create-nuxt"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./cli": "./bin/create-nuxt.mjs"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "create-nuxt": "bin/create-nuxt.mjs"
  },
  "files": [
    "bin",
    "dist"
  ],
  "engines": {
    "node": "^16.10.0 || >=18.0.0"
  },
  "dependencies": {
    "citty": "^0.2.2"
  },
  "devDependencies": {
    "@bomb.sh/tab": "^0.0.19",
    "@types/node": "^24.13.3",
    "rollup": "^4.62.2",
    "rollup-plugin-visualizer": "^7.0.1",
    "tsdown": "^0.22.7",
    "typescript": "^6.0.3",
    "unplugin-purge-polyfills": "^0.1.0"
  },
  "scripts": {
    "build": "tsdown"
  }
}