mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 09:40:22 +00:00
8 lines
254 B
TypeScript
8 lines
254 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/extensions/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "feishu",
|
|
runtimeDeps: ["@larksuiteoapi/node-sdk"],
|
|
minHostVersionBaseline: "2026.3.22",
|
|
});
|