{
    "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"
}
