repeat-cli-command
Version:
A simple CLI tool to run any command multiple times
30 lines (29 loc) • 619 B
JSON
{
"name": "repeat-cli-command",
"version": "1.2.0",
"description": "A simple CLI tool to run any command multiple times",
"main": "index.js",
"bin": {
"repeat-cli-command": "index.js"
},
"author": "Razvan Vancea",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/razvanvancea/repeat-cli-command.git"
},
"bugs": {
"url": "https://github.com/razvanvancea/repeat-cli-command/issues"
},
"keywords": [
"cli",
"retry",
"repeat",
"flaky",
"test"
],
"homepage": "https://github.com/razvanvancea/repeat-cli-command#readme",
"engines": {
"node": ">=14.0.0"
}
}