batchrun/package.json
Benjamin Toby f4364524ef updates
2024-11-03 10:57:44 +01:00

29 lines
629 B
JSON

{
"name": "batchrun",
"version": "1.0.7",
"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",
"devDependencies": {
"@types/node": "^22.8.7"
}
}