UNPKG

hcreate-cli

Version:

hcreate-cli 脚手架

56 lines (55 loc) 1.36 kB
{ "name": "hcreate-cli", "version": "0.1.2", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c rollup.config.js --bundleConfigAsCjs" }, "keywords": [ "vite", "Vue3", "Typescript", "Element-plus" ], "author": "HJH", "license": "ISC", "bin": { "h-cli": "bin/index.js" }, "files": [ "dist", "bin", "README.md" ], "description": "hcreate-cli 脚手架", "dependencies": { "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-json": "^6.0.1", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-terser": "^0.4.3", "axios": "^1.8.4", "chalk": "4.1.2", "figlet": "^1.8.0", "fs-extra": "^11.1.1", "lodash": "^4.17.21", "log-symbols": "4", "ora": "^5.4.1", "progress-estimator": "^0.3.1", "rollup": "^3.0.0", "rollup-plugin-node-externals": "^5.1.2", "rollup-plugin-typescript2": "^0.36.0", "tslib": "^2.6.2", "typescript": "^5.8.2", "vite": "^6.2.4" }, "devDependencies": { "@inquirer/prompts": "^3.3.0", "@types/fs-extra": "^11.0.4", "@types/lodash": "^4.17.16", "@types/node": "^22.13.14", "@vitejs/plugin-vue": "^5.2.3", "commander": "^13.1.0", "simple-git": "^3.27.0" } }