{
	"name": "chalk-cli",
	"version": "6.0.0",
	"description": "Terminal string styling done right",
	"license": "MIT",
	"repository": "github:chalk/chalk-cli",
	"funding": "https://github.com/chalk/chalk-cli?sponsor=1",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"bin": {
		"chalk": "./cli.js"
	},
	"sideEffects": false,
	"engines": {
		"node": ">=20"
	},
	"scripts": {
		"test": "xo && FORCE_COLOR=1 ava"
	},
	"files": [
		"cli.js"
	],
	"keywords": [
		"cli-app",
		"cli",
		"color",
		"colour",
		"colors",
		"terminal",
		"console",
		"string",
		"str",
		"ansi",
		"style",
		"styles",
		"tty",
		"formatting",
		"rgb",
		"256",
		"shell",
		"xterm",
		"log",
		"logging",
		"command-line",
		"text",
		"template"
	],
	"dependencies": {
		"ansi-styles": "^6.2.1",
		"chalk": "^5.4.1",
		"chalk-template": "^1.1.0",
		"dot-prop": "^9.0.0",
		"get-stdin": "^9.0.0",
		"meow": "^13.2.0"
	},
	"devDependencies": {
		"ava": "^3.15.0",
		"execa": "^9.5.2",
		"xo": "^0.60.0"
	}
}
