UNPKG

ly-electron-cli

Version:
32 lines 775 B
{ "name": "ly-electron-cli", "version": "0.0.14", "description": "创建一个 Vite + Vue + Electron 的脚手架", "main": "src/index.js", "type": "module", "bin": { "vite-electron": "src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/lordly3050716278/ly-electron-cli.git" }, "keywords": [ "lordly", "vite", "electron", "cli" ], "author": "lordly", "license": "MIT", "bugs": { "url": "https://github.com/lordly3050716278/ly-electron-cli/issues" }, "homepage": "https://github.com/lordly3050716278/ly-electron-cli#readme", "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "fs-extra": "^11.3.0", "inquirer": "^12.5.0" } }