forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 768 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@rushstack/ts-command-line",
"version": "4.3.12",
"description": "An object-oriented command-line parser for TypeScript",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/libraries/ts-command-line"
},
"main": "lib/index.js",
"typings": "dist/ts-command-line.d.ts",
"scripts": {
"build": "gulp test --clean"
},
"license": "MIT",
"dependencies": {
"@types/argparse": "1.0.33",
"argparse": "~1.0.9",
"colors": "~1.2.1"
},
"devDependencies": {
"@types/jest": "23.3.11",
"@types/node": "10.17.13",
"gulp": "~4.0.2",
"@microsoft/node-library-build": "6.4.5",
"@microsoft/rush-stack-compiler-3.5": "0.4.4",
"@rushstack/eslint-config": "0.5.5"
}
}