29 lines
641 B
JSON
29 lines
641 B
JSON
{
|
|
"name": "@moduletrace/batchrun",
|
|
"version": "1.0.1",
|
|
"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://git.tben.me/Moduletrace/batchrun"
|
|
},
|
|
"keywords": [
|
|
"process",
|
|
"batch",
|
|
"autoreload",
|
|
"terminal",
|
|
"cli",
|
|
"server",
|
|
"monitor"
|
|
],
|
|
"author": "Benjamin Toby",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^22.8.7"
|
|
}
|
|
}
|