batchrun/package.json

26 lines
565 B
JSON
Raw Normal View History

2023-08-17 15:47:02 +00:00
{
"name": "batch-run",
2023-08-17 16:01:34 +00:00
"version": "1.0.2",
2023-08-17 15:47:02 +00:00
"description": "Run and manage multiple processes concurrently in one terminal",
"main": "index.js",
"bin": {
2023-08-17 16:01:34 +00:00
"batch-run": "./index.js",
"batchrun": "./index.js"
2023-08-17 15:47:02 +00:00
},
2023-08-17 15:55:25 +00:00
"repository": {
"type": "git",
"url": "https://github.com/BenjaminToby/batch-run"
},
2023-08-17 15:47:02 +00:00
"keywords": [
"process",
"batch",
"autoreload",
"terminal",
"cli",
"server",
"monitor"
],
"author": "Benjamin Toby",
"license": "MIT"
}