create-vvt
Version:
一个基于 Vite + Vue3 + TypeScript/JavaScript 的项目模板脚手架
57 lines (56 loc) • 1.31 kB
JSON
{
"name": "create-vvt",
"version": "0.2.6",
"type": "module",
"description": "一个基于 Vite + Vue3 + TypeScript/JavaScript 的项目模板脚手架",
"bin": {
"vvt": "bin/cli.js"
},
"files": [
"bin",
"templates"
],
"scripts": {
"npm:publish": "npm publish",
"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": ">=14.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}