omii-cli
Version:
40 lines (39 loc) • 834 B
JSON
{
"name": "omii-cli",
"version": "1.0.0",
"description": "cli for omii",
"private": false,
"type": "module",
"bin": {
"omii": "./main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lv-saharan/omii-cli.git"
},
"keywords": [
"omii",
"cli",
"omii-ui",
"app"
],
"author": "lv-saharan",
"license": "MIT",
"bugs": {
"url": "https://github.com/lv-saharan/omii-cli/issues"
},
"homepage": "https://github.com/lv-saharan/omii-cli#readme",
"dependencies": {
"chalk": "^5.0.1",
"commander": "^9.4.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^10.1.0",
"handlebars": "^4.7.7",
"inquirer": "^9.1.2",
"log-symbols": "^5.1.0",
"ora": "^6.1.2"
}
}