yuey-cli
Version:
前端脚手架 JS VUE3 element plus...
37 lines (36 loc) • 928 B
JSON
{
"name": "yuey-cli",
"version": "1.1.8",
"description": "前端脚手架 JS VUE3 element plus...",
"main": "index.js",
"command": "yuey-cli",
"bin": {
"yuey-cli": "./bin/www"
},
"scripts": {
"compile": "babel src -d dist",
"watch": "npm run compile -- --watch",
"postinstall": "npm run compile"
},
"keywords": [
"前端脚手架",
"vite",
"vue3",
"element plus"
],
"author": "",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-env": "^2.4.1",
"babel-polyfill": "^6.26.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"download-git-repo": "^2.0.0",
"ini": "^1.3.5",
"inquirer": "^6.5.0",
"log-symbols": "^3.0.0",
"node-stream-zip": "^1.13.6",
"ora": "^3.4.0"
}
}