UNPKG

xiaobuding-cli

Version:

xiaobuding-cli 脚手架工具

56 lines (54 loc) 1.29 kB
{ "name": "xiaobuding-cli", "version": "0.2.4", "description": "xiaobuding-cli 脚手架工具", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c rollup.config.js --bundleConfigAsCjs" }, "keywords": [ "Vite", "Vue3", "TypeScript", "ElementPlus" ], "author": "jidongTX", "bin": { "xiaobuding": "bin/index.js" }, "files": [ "bin", "dist", "README.md", "package.json" ], "license": "ISC", "type": "commonjs", "devDependencies": { "@inquirer/prompts": "^7.5.3", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.17", "@types/node": "^24.0.0", "axios": "^1.9.0", "chalk": "4.1.2", "commander": "^14.0.0", "fs-extra": "^11.3.0", "lodash": "^4.17.21", "log-symbols": "^7.0.1", "ora": "^8.2.0", "progress-estimator": "^0.3.1", "rollup": "^4.42.0", "rollup-plugin-node-externals": "^8.0.0", "rollup-plugin-typescript2": "^0.36.0", "simple-git": "^3.28.0", "tslib": "^2.8.1" }, "dependencies": { "cfonts": "^3.3.0" } }