UNPKG

code-lens-cli

Version:

A powerful Node.js CLI tool to search, view, edit, and delete files and folders directly from the terminal.

39 lines (38 loc) 817 B
{ "name": "code-lens-cli", "version": "2.0.2", "description": "A powerful Node.js CLI tool to search, view, edit, and delete files and folders directly from the terminal.", "main": "cli.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "code-lens": "./bin/cli.js" }, "keywords": [ "cli", "code-lens", "file-search", "file-viewer", "terminal", "highlight", "code-reader", "nodejs", "chalk", "interactive", "developer-tool", "dev-utility" ], "author": "zedento", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AliAbdullah0/code-lens-cli" }, "dependencies": { "chalk": "^5.4.1", "commander": "^13.1.0", "inquirer": "^12.5.0" } }