-
Notifications
You must be signed in to change notification settings - Fork 598
/
package.json
38 lines (38 loc) · 1000 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
38
{
"name": "@rushstack/terminal",
"version": "0.14.2",
"description": "User interface primitives for console applications",
"main": "lib/index.js",
"typings": "dist/terminal.d.ts",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/terminal"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"dependencies": {
"@rushstack/node-core-library": "workspace:*",
"supports-color": "~8.1.1"
},
"devDependencies": {
"@rushstack/heft": "0.67.2",
"@rushstack/heft-node-rig": "2.6.31",
"@types/heft-jest": "1.0.1",
"@types/node": "18.17.15",
"@types/supports-color": "8.1.3",
"local-eslint-config": "workspace:*"
},
"peerDependencies": {
"@types/node": "*"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
}
}
}