UNPKG

@falconix/ymcli

Version:

A CLI tool for creating and building multi-platform Vue projects

34 lines (33 loc) 653 B
{ "name": "@falconix/ymcli", "version": "1.0.39", "description": "A CLI tool for creating and building multi-platform Vue projects", "main": "src/index.js", "bin": { "ymcli": "./bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "vue", "vite", "typescript", "element-plus", "vant" ], "author": "zechx", "license": "MIT", "dependencies": { "commander": "^9.4.0", "execa": "^6.1.0", "fs-extra": "^10.1.0", "inquirer": "^12.9.0", "path": "^0.12.7", "pnpm": "^10.14.0" }, "engines": { "node": ">=14.0.0" } }