ascii-bar
Version:
A zero dependency ascii progress bar with spinner, colors and typescript support
33 lines (32 loc) • 745 B
JSON
{
"name": "ascii-bar",
"version": "1.0.3",
"description": "A zero dependency ascii progress bar with spinner, colors and typescript support",
"main": "dist/AsciiBar.js",
"types": "dist/AsciiBar.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/superjojo140/ascii-bar.git"
},
"keywords": [
"ascii",
"progress",
"bar",
"console",
"node",
"stdout",
"progressbar",
"cli"
],
"author": "superjojo140",
"license": "MIT",
"bugs": {
"url": "https://github.com/superjojo140/ascii-bar/issues"
},
"homepage": "https://github.com/superjojo140/ascii-bar#readme",
"devDependencies": {
"@types/node": "^14.11.10",
"typescript": "^4.0.3"
}
}