{
  "name": "@rushstack/ts-command-line",
  "version": "4.13.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.49.3",
    "@rushstack/heft-node-rig": "1.11.14",
    "@types/heft-jest": "1.0.1",
    "@types/node": "14.18.36",
    "@rushstack/eslint-config": "3.2.0"
  },
  "scripts": {
    "build": "heft build --clean",
    "_phase:build": "heft build --clean",
    "_phase:test": "heft test --no-build"
  }
}