26 lines
565 B
JSON
26 lines
565 B
JSON
{
|
|
"name": "batch-run",
|
|
"version": "1.0.4",
|
|
"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"
|
|
}
|