Switches from 0.0.1-alpha.2 to 0.0.2. Clean semver, no prerelease suffixes. We're still alpha (0.0.x range).
28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"name": "@mosaic/oc-macp-plugin",
|
|
"version": "0.0.2",
|
|
"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"
|
|
]
|
|
}
|