UNPKG

venom-cli-toolkit

Version:

A sample CLI tool with advanced features

49 lines (48 loc) 1.13 kB
{ "name": "venom-cli-toolkit", "version": "4.3.2", "main": "dist/index.js", "type": "module", "bin": { "venom": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js" }, "keywords": [ "cli", "command-line-tool", "node-cli", "terminal-tool" ], "author": "VeNoM-CLI-Tool", "description": "A sample CLI tool with advanced features", "license": "ISC", "dependencies": { "@babel/core": "^7.26.0", "@babel/preset-react": "^7.26.3", "chalk": "^5.3.0", "commander": "^12.1.0", "figlet": "^1.8.0", "hindi-jokes": "^1.0.3", "inquirer": "^12.2.0", "ora": "^8.1.1", "random-jokes": "^2.0.3" }, "devDependencies": { "@types/chalk": "^0.4.31", "@types/commander": "^2.12.0", "@types/figlet": "^1.7.0", "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "repository": { "type": "git", "url": "git+https://github.com/VanshVala23/VeNoM-CLI.git/" }, "bugs": { "url": "https://github.com/VanshVala23/VeNoM-CLI/issues" }, "homepage": "https://github.com/VanshVala23/VeNoM-CLI#readme" }