node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "@rushstack/ts-command-line",
"version": "4.23.7",
"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.15.2"
},
"devDependencies": {
"@rushstack/heft": "0.70.0",
"@rushstack/heft-node-rig": "2.8.0",
"@types/heft-jest": "1.0.1",
"@types/node": "20.17.19",
"local-eslint-config": "1.0.0",
"@rushstack/node-core-library": "5.13.0"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}