batchrun/package.json
Benjamin Toby 6d9121ef66 Updates
2024-12-04 07:57:15 +01:00

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"
}
}