Files
stack/plugins/macp/package.json
Jarvis 6048551166
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed
chore: bump all packages to 0.1.0 — drop alpha prerelease tag
Switches from 0.0.1-alpha.x to clean semver. 0.0.x is alpha,
0.x.x is beta, 1.0.0 is stable. No prerelease suffixes needed.
2026-04-02 20:01:44 -05:00

28 lines
637 B
JSON

{
"name": "@mosaic/oc-macp-plugin",
"version": "0.1.0",
"type": "module",
"main": "src/index.ts",
"description": "OpenClaw ACP runtime backend that routes sessions_spawn(runtime:\"macp\") to the Pi MACP runner.",
"openclaw": {
"extensions": [
"./src/index.ts"
]
},
"dependencies": {
"@mariozechner/pi-agent-core": "^0.63.1",
"@mariozechner/pi-ai": "^0.63.1",
"@sinclair/typebox": "^0.34.41"
},
"devDependencies": {
"openclaw": "*"
},
"publishConfig": {
"registry": "https://git.mosaicstack.dev/api/packages/mosaic/npm/",
"access": "public"
},
"files": [
"dist"
]
}