{ "name": "@rushstack/ts-command-line", "version": "5.1.4", "description": "An object-oriented command-line parser for TypeScript", "repository": { "type": "git", "url": "https://github.com/microsoft/rushstack.git", "directory": "libraries/ts-command-line" }, "main": "lib/index.js", "typings": "dist/ts-command-line.d.ts", "license": "MIT", "dependencies": { "@types/argparse": "1.0.38", "argparse": "~1.0.9", "string-argv": "~0.3.1", "@rushstack/terminal": "0.19.4" }, "devDependencies": { "@rushstack/heft": "1.1.4", "eslint": "~9.37.0", "decoupled-local-node-rig": "1.0.0", "@rushstack/node-core-library": "5.19.0" }, "scripts": { "build": "heft build --clean", "_phase:build": "heft run --only build -- --clean", "_phase:test": "heft run --only test -- --clean" } }