batchrun/package.json
Benjamin Toby 2c800d507e Updates
2025-01-16 07:47:08 +01:00

36 lines
870 B
JSON

{
"name": "@moduletrace/batchrun",
"version": "1.0.4",
"description": "Run and manage multiple processes concurrently in one terminal",
"main": "dist/index.js",
"bin": {
"batch-run": "run.sh",
"batchrun": "run.sh"
},
"scripts": {
"build:binary": "bun build --compile --minify --sourcemap --bytecode ./index.js --outfile bin/batchrun"
},
"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",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}