utils/node_modules/@rushstack/ts-command-line/package.json

31 lines
872 B
JSON
Raw Normal View History

2024-02-07 01:33:07 -05:00
{
"name": "@rushstack/ts-command-line",
"version": "4.17.1",
"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.62.0",
"@rushstack/heft-node-rig": "2.3.2",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"local-eslint-config": "1.0.0"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}