2026-03-14 02:35:01 +00:00
|
|
|
{
|
2026-03-16 12:06:12 +00:00
|
|
|
"name": "hooks-transforms",
|
2026-03-19 23:03:23 +00:00
|
|
|
"version": "0.2.0",
|
|
|
|
|
"description": "Webhook payload transforms for OpenClaw skill deployment",
|
2026-03-14 02:35:01 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2026-03-19 23:03:23 +00:00
|
|
|
"run": "bun run scripts/run.ts"
|
2026-03-14 02:35:01 +00:00
|
|
|
}
|
|
|
|
|
}
|