mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 06:19:44 +02:00
* fix: harden clawhub plugin publishing and install * fix(process): preserve windows shim exit success
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"name": "@openclaw/plugin-package-contract",
|
|
"version": "0.0.0-private",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|