{ "name": "@moduletrace/batchrun", "version": "1.0.3", "description": "Run and manage multiple processes concurrently in one terminal", "main": "dist/index.js", "bin": { "batch-run": "dist/index.js", "batchrun": "dist/index.js" }, "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" } }