create-vvt
Version:
一个基于 Vite + Vue3 + TypeScript/JavaScript 的项目模板脚手架
65 lines • 1.48 kB
JSON
{
"name": "create-vvt",
"version": "0.4.1",
"type": "module",
"description": "一个基于 Vite + Vue3 + TypeScript/JavaScript 的项目模板脚手架",
"bin": {
"create-vvt": "bin/cli.js",
"vvt": "bin/cli.js"
},
"files": [
"bin",
"templates"
],
"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"
},
"devDependencies": {
"@changesets/cli": "^2.28.0"
},
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"npm:publish": "pnpm publish",
"npm:publish:beta": "pnpm publish --tag beta",
"npm:publish:stable": "pnpm publish --tag stable",
"github:publish": "node publish-github.js",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "changeset publish"
}
}