mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 20:51:10 +00:00
7 lines
200 B
TypeScript
7 lines
200 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/extensions/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "telegram",
|
|
runtimeDeps: ["grammy"],
|
|
});
|