mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-22 23:21:17 +00:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"name": "@openclaw/workboard-contract",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|