{
  "name": "@rushstack/ts-command-line",
  "version": "4.15.2",
  "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",
    "colors": "~1.2.1",
    "string-argv": "~0.3.1"
  },
  "devDependencies": {
    "@rushstack/heft": "0.54.0",
    "@rushstack/heft-node-rig": "2.2.6",
    "@types/heft-jest": "1.0.1",
    "@types/node": "14.18.36",
    "@rushstack/eslint-config": "3.3.3"
  },
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean"
  }
}