{ "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" }, "dependencies": { "supports-color": "~8.1.1", "@rushstack/node-core-library": "5.9.0" }, "devDependencies": { "@rushstack/heft": "0.66.17", "@rushstack/heft-node-rig": "2.6.15", "@types/heft-jest": "1.0.1", "@types/node": "18.17.15", "@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" } }