batchrun/package.json

29 lines
629 B
JSON
Raw Normal View History

2023-08-17 15:47:02 +00:00
{
2023-08-17 16:55:32 +00:00
"name": "batchrun",
2023-08-25 08:09:26 +00:00
"version": "1.0.7",
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",
2024-11-03 09:57:44 +00:00
"license": "MIT",
"devDependencies": {
"@types/node": "^22.8.7"
}
2023-08-17 15:47:02 +00:00
}