From 77660548575e17f4410bf0401a576f8512239ab8 Mon Sep 17 00:00:00 2001 From: sliverp Date: Wed, 28 Jan 2026 17:51:00 +0800 Subject: [PATCH] 1 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0057703..c04cb83 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", + "clawdbot": { + "extensions": ["./index.ts"] + }, "moltbot": { "extensions": ["./index.ts"] },