{ "name": "@push.rocks/consolecolor", "version": "2.0.4", "private": false, "description": "A module for applying color styles to console output.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/ --verbose --testlog --timeout 20)", "build": "tsbuild", "format": "gitzone format", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/consolecolor.git" }, "keywords": [ "console log styling", "ANSI colors", "terminal colors", "command line utilities", "node.js", "typescript", "text formatting", "log enhancement", "development tools" ], "author": "Task Venture Capital GmbH ", "license": "MIT", "bugs": { "url": "https://code.foss.global/push.rocks/consolecolor/issues" }, "homepage": "https://code.foss.global/push.rocks/consolecolor#readme", "dependencies": { "ansi-256-colors": "^1.1.0" }, "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "type": "module", "browserslist": [ "last 1 chrome versions" ], "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }