UNPKG

base64-advanced-cli

Version:

Command line interface for advanced base 64 encoding/decoding

54 lines 1.14 kB
{ "name": "base64-advanced-cli", "version": "1.4.0", "description": "Command line interface for advanced base 64 encoding/decoding", "bin": { "b64": "./src/index.js" }, "type": "module", "repository": { "type": "git", "url": "https://github.com/Acuao/base64-advanced-cli.git" }, "bugs": { "url": "https://github.com/Acuao/base64-advanced-cli/issues" }, "homepage": "https://github.com/Acuao/base64-advanced-cli#readme", "keywords": [ "base64", "base", "64", "b64", "encode", "decode", "data", "file", "cli", "util", "command", "line", "interface", "encoder", "decoder", "tool", "advanced", "console" ], "author": "Acuao", "license": "MIT", "devDependencies": { "ts-node-dev": "^2.0.0", "typescript": "^5.8.3" }, "dependencies": { "@types/figlet": "^1.7.0", "@types/node": "^24.0.3", "@types/update-notifier": "^6.0.8", "base64-image-mime": "^1.0.2", "chalk": "^5.4.1", "commander": "^14.0.0", "figlet": "^1.8.1", "get-stdin": "^9.0.0", "update-notifier": "^7.3.1" } }