UNPKG

@crayon.js/color-support

Version:
67 lines (66 loc) 1.13 kB
{ "name": "@crayon.js/color-support", "version": "1.1.0", "description": "Detect terminal color support", "main": "lib/index.js", "types": "lib/index.d.ts", "type": "module", "license": "MIT", "private": false, "engines": { "node": ">=12" }, "author": { "name": "Im-Beast", "url": "https://github.com/Im-Beast" }, "repository": { "type": "git", "url": "https://github.com/Im-Beast/crayon.js.git" }, "denoify": { "includes": [ "README.md", "LICENSE.md" ] }, "keywords": [ "color-support", "support-colors", "typescript", "ts", "color", "colour", "styling", "formatting", "style", "ansi", "rgb", "256", "hsl", "terminal", "console", "cli", "cmd", "tty", "text", "log" ], "scripts": { "build": "node bundle.js; npx denoify" }, "files": [ "lib" ], "devDependencies": { "@types/node": "^14.14.43", "@types/uglify-js": "^3.13.0", "@typescript-eslint/eslint-plugin": "^4.21.0", "@typescript-eslint/parser": "^4.21.0", "eslint": "^7.23.0", "ts-node": "^9.1.1", "typescript": "^4.2.4", "uglify-js": "^3.13.3", "denoify": "^0.7.0" } }