chalk/package.json
Sindre Sorhus d3be9c65b1 Drop built-in Flow type definition
I don't want to be responsible for maintaining it.

Submit it to https://github.com/flow-typed/flow-typed if you need it.
2019-05-03 15:03:53 +07:00

59 lines
964 B
JSON

{
"name": "chalk",
"version": "2.4.1",
"description": "Terminal string styling done right",
"license": "MIT",
"repository": "chalk/chalk",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && nyc ava && tsd",
"bench": "matcha benchmark.js"
},
"files": [
"index.js",
"templates.js",
"index.d.ts"
],
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"str",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"dependencies": {
"ansi-styles": "^3.2.1",
"escape-string-regexp": "^1.0.5",
"supports-color": "^6.1.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^0.3.0",
"ava": "^1.4.1",
"coveralls": "^3.0.3",
"execa": "^1.0.0",
"import-fresh": "^3.0.0",
"matcha": "^0.7.0",
"nyc": "^14.0.0",
"resolve-from": "^5.0.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}