net-cli
Version:
50 lines • 1.17 kB
JSON
{
"name": "net-cli",
"version": "1.0.2",
"description": "Vue3 项目前端脚手架",
"keywords": [
"net-cli",
"cli",
"vue3",
"press-ui",
"press-plus",
"light-cli"
],
"homepage": "https://novlan1.github.io/docs/plugin-light/zh/net-cli.html",
"bugs": {
"url": "https://github.com/novlan1/plugin-light/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/novlan1/plugin-light"
},
"license": "MIT",
"author": "novlan1",
"main": "lib/index.js",
"typings": "lib/src/index.d.ts",
"bin": {
"net-cli": "bin/index.js"
},
"files": [
"lib/",
"bin/"
],
"dependencies": {
"commander": "^7.1.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^11.2.0",
"log-symbols": "^4.0.0",
"rimraf": "^5.0.10",
"t-comm": "latest"
},
"devDependencies": {
"microbundle": "^0.12.3"
},
"scripts": {
"build": "rm -rf lib && rollup -c",
"bump": "node ../../script/monorepo/version-simple $PWD",
"bundle": "microbundle -f es,cjs,umd",
"changelog": "node ../../script/monorepo/changelog $PWD",
"release": "node ../../script/monorepo/release $PWD"
}
}