UNPKG

create-vvt

Version:

一个基于 Vite + Vue3 + TypeScript/JavaScript 的项目模板脚手架

59 lines (58 loc) 1.26 kB
{ "name": "create-vvt", "version": "0.3.0", "type": "module", "description": "一个基于 Vite + Vue3 + TypeScript/JavaScript 的项目模板脚手架", "bin": { "vvt": "bin/cli.js" }, "files": [ "bin", "templates" ], "scripts": { "npm:publish": "npm publish", "npm:publish:beta": "npm publish --tag beta", "npm:publish:stable": "npm publish --tag stable", "github:publish": "node publish-github.js" }, "keywords": [ "Vite", "Vue3", "TypeScript", "JavaScript", "template", "模板", "cli", "脚手架", "boilerplate", "create-app", "create-vite", "frontend", "web" ], "author": "egg", "repository": { "type": "git", "url": "git+https://github.com/star-devil/vite-vue3-ts-cli.git" }, "homepage": "https://github.com/star-devil/vite-vue3-ts-cli/tree/cli", "bugs": { "url": "https://github.com/star-devil/vite-vue3-ts-cli/issues" }, "license": "MIT", "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "inquirer": "^12.4.3", "ora": "^8.2.0" }, "engines": { "node": ">=21", "pnpm": ">=9.15.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }