UNPKG

zaincode_terminal

Version:

A Git-like Node.js terminal tool that provides an interactive CLI experience with support for custom commands, colors, and automation. Built with chalk, axios, and node-pty for developers who want a modern, lightweight, and powerful command-line utility.

41 lines (40 loc) 986 B
{ "name": "zaincode_terminal", "version": "1.0.11", "main": "index.js", "bin": { "zaincode": "index.js" }, "scripts": { "dev": "nodemon index.js" }, "keywords": [ "terminal", "cli", "command-line", "git-like", "nodejs-cli", "developer-tools", "interactive-terminal", "shell", "console", "custom-terminal", "cli-tool", "automation", "node-cli", "open-source", "command-runner", "chalk", "axios", "terminal-emulator" ], "author": "Zain Abro", "license": "ISC", "description": "A Git-like Node.js terminal tool that provides an interactive CLI experience with support for custom commands, colors, and automation. Built with chalk, axios, and node-pty for developers who want a modern, lightweight, and powerful command-line utility.", "type": "module", "dependencies": { "@homebridge/node-pty-prebuilt-multiarch": "^0.13.1", "axios": "^1.11.0", "chalk": "^5.4.1" } }