batchrun/package.json

29 lines
641 B
JSON
Raw Normal View History

2023-08-17 15:47:02 +00:00
{
2024-12-04 05:28:32 +00:00
"name": "@moduletrace/batchrun",
2024-12-04 06:57:15 +00:00
"version": "1.0.1",
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",
2024-12-04 05:28:32 +00:00
"url": "https://git.tben.me/Moduletrace/batchrun"
2023-08-17 15:55:25 +00:00
},
2023-08-17 15:47:02 +00:00
"keywords": [
"process",
"batch",
"autoreload",
"terminal",
"cli",
"server",
"monitor"
],
"author": "Benjamin Toby",
2024-11-03 09:57:44 +00:00
"license": "MIT",
"devDependencies": {
"@types/node": "^22.8.7"
}
2023-08-17 15:47:02 +00:00
}