mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 04:11:03 +00: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"
|
|
}
|
|
}
|