UNPKG

hai-modernize-cli

Version:

A CLI tool for modernization using agents

23 lines (22 loc) 487 B
{ "name": "hai-modernize-cli", "version": "1.0.0", "description": "A CLI tool for modernization using agents", "main": "index.js", "bin": { "modernize": "./bin/modernize.js" }, "dependencies": { "commander": "^13.1.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "modernization", "agent" ], "author": "Kishan Lal", "license": "MIT" }