UNPKG

x-chalk

Version:

simple colored terminal output - wrapper around `chalk`

22 lines (21 loc) 506 B
{ "name": "x-chalk", "version": "1.0.1", "description": "simple colored terminal output - wrapper around `chalk`", "repository": "github:jaredh159/x-chalk", "main": "./dist/index.js", "browser": "./src/index.ts", "sideEffects": false, "author": "Jared Henderson <jared@netrivet.com>", "license": "MIT", "scripts": { "compile": "tsc", "prepublishOnly": "npm run compile" }, "devDependencies": { "typescript": "^4.0.3" }, "dependencies": { "chalk": "^4.1.0" } }