UNPKG

moshai-cli

Version:

A modern, fast Node.js CLI powered by arasadrahman

31 lines 809 B
{ "name": "moshai-cli", "version": "1.0.0", "description": "A modern, fast Node.js CLI powered by arasadrahman", "author": "Asad Rahman <https://github.com/arasadrahman>", "license": "MIT", "bin": { "moshai-cli": "./bin/moshai.js", "ar": "./bin/moshai.js" }, "keywords": [ "cli", "node-cli", "moshai", "puppeteer", "web-scraping", "terminal-tool" ], "dependencies": { "axios": "^1.9.0", "chalk": "^5.4.1", "cheerio": "^1.0.0", "cli-table3": "^0.6.5", "commander": "^11.0.0", "fs-extra": "^11.3.0", "mkdirp": "^3.0.1", "ora": "^8.2.0", "puppeteer-core": "^24.8.2", "simple-git": "^3.19.0" } }