batchrun/package.json
Benjamin Toby 171b4cf08a Updates
2025-01-16 08:17:11 +01:00

36 lines
884 B
JSON

{
"name": "@moduletrace/batchrun",
"version": "1.0.5",
"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"
}
}