chalk-string
Version:
Chalk with style strings
71 lines (70 loc) • 1.48 kB
JSON
{
"name": "chalk-string",
"version": "4.0.0",
"type": "module",
"exports": {
"types": "./build/src/main.d.ts",
"default": "./build/src/main.js"
},
"main": "./build/src/main.js",
"types": "./build/src/main.d.ts",
"files": [
"build/src/**/*.{js,json,d.ts}",
"!build/src/**/*.test.js",
"!build/src/{helpers,fixtures}"
],
"sideEffects": false,
"scripts": {
"test": "gulp test"
},
"description": "Chalk with style strings",
"keywords": [
"ansi",
"bash",
"chalk",
"cli",
"color",
"colors",
"config",
"configuration",
"console",
"javascript",
"library",
"nodejs",
"option",
"rgb",
"shell",
"terminal",
"theme",
"tty",
"typescript",
"windows"
],
"license": "MIT",
"homepage": "https://www.github.com/ehmicky/chalk-string",
"repository": {
"type": "git",
"url": "git+https://github.com/ehmicky/chalk-string.git"
},
"bugs": {
"url": "https://github.com/ehmicky/chalk-string/issues"
},
"author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
"directories": {
"lib": "src"
},
"dependencies": {
"colors-option": "^6.0.1"
},
"devDependencies": {
"@ehmicky/dev-tasks": "^3.0.34",
"@ehmicky/eslint-config": "^20.0.32",
"@ehmicky/prettier-config": "^1.0.6",
"ansi-styles": "^6.2.1",
"has-ansi": "^6.0.0",
"test-each": "^7.0.1"
},
"engines": {
"node": ">=18.18.0"
}
}