beadboard/install/manifest.json
2026-03-03 16:43:42 -08:00

25 lines
456 B
JSON

{
"version": "installer.v1",
"distribution": {
"packageName": "beadboard",
"shimNames": ["bb", "beadboard"]
},
"wrappers": {
"windows": {
"script": "install.ps1"
},
"posix": {
"script": "install.sh"
}
},
"runtime": {
"start": "beadboard start",
"open": "beadboard open",
"status": "beadboard status"
},
"driver": {
"remediationMode": "detect_only",
"installSideEffects": false
}
}