Files
stack/plugins/macp/package.json
Jarvis af893023e6
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
chore: sweep mosaicstack/mosaic-stack → mosaicstack/stack + add short install URL
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 19:27:09 -05:00

33 lines
785 B
JSON

{
"name": "@mosaicstack/oc-macp-plugin",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "https://git.mosaicstack.dev/mosaicstack/stack.git",
"directory": "plugins/macp"
},
"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/mosaicstack/npm/",
"access": "public"
},
"files": [
"dist"
]
}