Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/node/TestCli/node_modules/chalk-animation/package.json
2022-09-04 12:45:01 +02:00

51 lines
1.0 KiB
JSON

{
"name": "chalk-animation",
"description": "Colorful animations in terminal output",
"version": "1.6.0",
"author": "Boris K",
"bin": "./cli.js",
"bugs": "https://github.com/bokub/chalk-animation/issues",
"dependencies": {
"chalk": "^2.3.2",
"gradient-string": "^1.1.0",
"meow": "^4.0.0"
},
"devDependencies": {
"ava": "^0.25.0",
"codecov": "^3.0.0",
"nyc": "^11.6.0",
"xo": "^0.20.3"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/bokub/chalk-animation",
"keywords": [
"animation",
"chalk",
"cli",
"color",
"colors",
"colour",
"command-line",
"console",
"formatting",
"gradient",
"log",
"logging",
"rainbow",
"shell",
"string",
"style",
"styles",
"terminal"
],
"license": "MIT",
"main": "index.js",
"repository": "bokub/chalk-animation",
"scripts": {
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test": "xo && nyc ava --serial"
}
}