batchrun/package.json
2023-08-17 17:37:51 +01:00

26 lines
565 B
JSON

{
"name": "batch-run",
"version": "1.0.3",
"description": "Run and manage multiple processes concurrently in one terminal",
"main": "index.js",
"bin": {
"batch-run": "./index.js",
"batchrun": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/BenjaminToby/batch-run"
},
"keywords": [
"process",
"batch",
"autoreload",
"terminal",
"cli",
"server",
"monitor"
],
"author": "Benjamin Toby",
"license": "MIT"
}