38 lines
987 B
JSON
38 lines
987 B
JSON
{
|
|
"name": "@rushstack/terminal",
|
|
"version": "0.15.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"
|
|
},
|
|
"dependencies": {
|
|
"supports-color": "~8.1.1",
|
|
"@rushstack/node-core-library": "5.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/heft": "0.70.0",
|
|
"@rushstack/heft-node-rig": "2.8.0",
|
|
"@types/heft-jest": "1.0.1",
|
|
"@types/node": "20.17.19",
|
|
"@types/supports-color": "8.1.3",
|
|
"local-eslint-config": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "heft build --clean",
|
|
"_phase:build": "heft run --only build -- --clean",
|
|
"_phase:test": "heft run --only test -- --clean"
|
|
}
|
|
} |