{ "name": "beautycolor", "version": "1.0.3", "description": "colors for beautylog", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/beautycolor.git" }, "keywords": [ "color", "terminal", "beautylog", "push.rocks" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/beautycolor/issues" }, "homepage": "https://gitlab.com/pushrocks/beautycolor#README", "dependencies": { "ansi-256-colors": "^1.1.0", "typings-global": "^1.0.14" }, "devDependencies": { "smartchai": "^1.0.1", "typings-test": "^1.0.3" } }