61 行
1.5 KiB
JSON
61 行
1.5 KiB
JSON
|
|
{
|
||
|
|
"name": "@rushstack/terminal",
|
||
|
|
"version": "0.24.0",
|
||
|
|
"description": "User interface primitives for console applications",
|
||
|
|
"main": "./lib-commonjs/index.js",
|
||
|
|
"module": "./lib-esm/index.js",
|
||
|
|
"types": "./dist/terminal.d.ts",
|
||
|
|
"exports": {
|
||
|
|
".": {
|
||
|
|
"types": "./dist/terminal.d.ts",
|
||
|
|
"node": "./lib-commonjs/index.js",
|
||
|
|
"import": "./lib-esm/index.js",
|
||
|
|
"require": "./lib-commonjs/index.js"
|
||
|
|
},
|
||
|
|
"./lib/*": {
|
||
|
|
"types": "./lib-dts/*.d.ts",
|
||
|
|
"node": "./lib-commonjs/*.js",
|
||
|
|
"import": "./lib-esm/*.js",
|
||
|
|
"require": "./lib-commonjs/*.js"
|
||
|
|
},
|
||
|
|
"./package.json": "./package.json"
|
||
|
|
},
|
||
|
|
"typesVersions": {
|
||
|
|
"*": {
|
||
|
|
"lib/*": [
|
||
|
|
"lib-dts/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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.23.1",
|
||
|
|
"@rushstack/problem-matcher": "0.2.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@rushstack/heft": "1.2.15",
|
||
|
|
"@types/supports-color": "8.1.3",
|
||
|
|
"eslint": "~9.37.0",
|
||
|
|
"decoupled-local-node-rig": "1.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@types/node": "*"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"@types/node": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"sideEffects": false,
|
||
|
|
"scripts": {
|
||
|
|
"build": "heft build --clean",
|
||
|
|
"_phase:build": "heft run --only build -- --clean",
|
||
|
|
"_phase:test": "heft run --only test -- --clean"
|
||
|
|
}
|
||
|
|
}
|