@supertape/formatter-progress-bar
Version:
📼 Supertape formatter progress bar
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "@supertape/formatter-progress-bar",
"version": "6.1.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "📼 Supertape formatter progress bar",
"homepage": "http://github.com/coderaiser/supertape",
"main": "./lib/progress-bar.js",
"release": false,
"tag": false,
"changelog": false,
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/supertape.git"
},
"scripts": {
"test": "madrun test",
"watch:test": "madrun watch:test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"coverage": "madrun coverage",
"report": "madrun report",
"wisdom": "madrun wisdom"
},
"dependencies": {
"chalk": "^5.3.0",
"ci-info": "^4.0.0",
"cli-progress": "^3.8.2",
"fullstore": "^3.0.0",
"once": "^1.4.0"
},
"keywords": [
"formatter",
"progress-bar",
"supertape"
],
"devDependencies": {
"c8": "^9.0.0",
"eslint": "^9.1.1",
"eslint-plugin-putout": "^22.0.0",
"madrun": "^10.0.0",
"montag": "^1.0.0",
"nodemon": "^3.0.1",
"pullout": "^5.0.1",
"putout": "^35.0.0",
"supertape": "^10.0.0"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}