batchrun/package.json

21 lines
420 B
JSON
Raw Normal View History

2023-08-17 15:47:02 +00:00
{
"name": "batch-run",
"version": "1.0.0",
"description": "Run and manage multiple processes concurrently in one terminal",
"main": "index.js",
"bin": {
"batch-run": "index.js"
},
"keywords": [
"process",
"batch",
"autoreload",
"terminal",
"cli",
"server",
"monitor"
],
"author": "Benjamin Toby",
"license": "MIT"
}