mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 06:11:24 +00:00
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"name": "@openclaw/tasks-host-sdk",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./runtime-core": "./src/runtime-core.ts"
|
|
}
|
|
}
|