Files
Vue3Template/Vue3TCli/package.json
2024-09-27 00:58:46 +08:00

40 lines
835 B
JSON
Executable File

{
"name": "tsvue3-cli",
"version": "1.0.3",
"description": "A simple CLI for scaffolding tsvue projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"typescript",
"tsvue",
"vue",
"css",
"nodejs",
"expressjs"
],
"bin": {
"tsvue": "bin/tsvue",
"tsvue-init": "bin/tsvue-init"
},
"author": "bmy",
"license": "ISC",
"dependencies": {
"chalk": "^2.3.2",
"commander": "^2.15.1",
"ora": "^2.0.0",
"request": "^2.85.0",
"silly-datetime": "^0.1.2",
"single-line-log": "^1.1.2"
},
"git": {
"auto": "编码猿",
"url": "https://github.com/helpcode/Vue3Template",
"branch": "master"
},
"repository": {
"type": "git",
"url": "https://github.com/helpcode/Vue3Template"
}
}