UNPKG

cli-block

Version:
43 lines (42 loc) 1 kB
{ "name": "cli-block", "version": "1.5.1", "description": "Create nice looking CLI Blocks", "main": "dist/index.js", "scripts": { "test": "npm run build && jest", "test:kitchensink": "node dist/test/kitchensink.js", "dev": "tsc -w", "build": "tsc" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/silvandiepen/cli-block.git" }, "keywords": [ "Cli", "Block", "Logging" ], "author": "Sil van Diepen", "license": "MIT", "bugs": { "url": "https://github.com/silvandiepen/cli-block/issues" }, "homepage": "https://github.com/silvandiepen/cli-block#readme", "dependencies": { "@sil/color": "^0.4.8", "@sil/tools": "^0.1.15", "cli-highlight": "^2.1.11", "kleur": "^4.1.5", "mono-str-width": "^1.0.1", "window-size": "^1.1.1" }, "devDependencies": { "@types/jest": "^29.4.0", "@types/node": "^18.14.6", "jest": "^29.4.3", "ts-jest": "^29.0.5", "typescript": "^4.9.5" } }