{ "name": "create-vite", "version": "9.0.7", "type": "module", "license": "MIT", "author": "Evan You", "bin": { "create-vite": "index.js", "cva": "index.js" }, "files": [ "index.js", "template-*", "dist" ], "engines": { "node": "^20.19.0 || >=22.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/vitejs/vite.git", "directory": "packages/create-vite" }, "bugs": { "url": "https://github.com/vitejs/vite/issues" }, "homepage": "https://github.com/vitejs/vite/tree/main/packages/create-vite#readme", "funding": "https://github.com/vitejs/vite?sponsor=1", "devDependencies": { "@clack/prompts": "^1.3.0", "@vercel/detect-agent": "^1.2.3", "cross-spawn": "^7.0.6", "mri": "^1.2.0", "tsdown": "^0.22.0", "unrun": "^0.3.0" }, "scripts": { "dev": "tsdown --watch", "build": "tsdown", "typecheck": "tsc", "execute": "node index.js" } }