UNPKG

create-vp-cli-tools

Version:

![Npm 版本](https://img.shields.io/badge/we-cli_v0.0.1-green)

53 lines (52 loc) 1.25 kB
{ "name": "create-vp-cli-tools", "version": "0.3.5", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c rollup.config.js --bundleConfigAsCjs" }, "keywords": [ "Vite5", "VUE3", "Typescript", "Element-Plus" ], "author": "we", "bin": { "vp-cli-tools": "bin/index.js" }, "files": [ "dist", "bin", "README" ], "license": "ISC", "description": "", "devDependencies": { "@inquirer/prompts": "^7.2.1", "@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", "@types/figlet": "^1.7.0", "@types/fs-extra": "^11.0.2", "@types/lodash": "^4.14.202", "@types/node": "^22.10.2", "axios": "^1.7.9", "chalk": "^5.4.1", "commander": "^11.1.0", "figlet": "^1.8.0", "fs-extra": "^11.1.1", "lodash": "^4.17.21", "log-symbols": "7.0.0", "ora": "5", "progress-estimator": "^0.3.1", "rollup": "^4.6.1", "rollup-plugin-node-externals": "^8.0.0", "rollup-plugin-typescript2": "^0.36.0", "simple-git": "^3.21.0", "tslib": "^2.8.1", "typescript": "^5.7.2" } }