UNPKG

@owdproject/cli

Version:

The official CLI for Open Web Desktop

36 lines (35 loc) 694 B
{ "name": "@owdproject/cli", "version": "0.0.3", "description": "The official CLI for Open Web Desktop", "keywords": [ "cli", "open-web-desktop", "owd", "nuxt", "owd-client", "generator" ], "license": "MIT", "author": { "name": "dxlliv", "url": "https://github.com/dxlliv" }, "type": "module", "main": "index.js", "bin": { "owd": "./bin/owd.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "chalk": "5.4.1", "commander": "13.1.0", "fs-extra": "11.3.0", "gradient-string": "3.0.0", "inquirer": "12.5.2", "nuxi": "3.23.1", "simple-git": "3.27.0" } }