mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 08:50:21 +00:00
8 lines
263 B
TypeScript
8 lines
263 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/plugins/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "discord",
|
|
runtimeDeps: ["@buape/carbon", "https-proxy-agent"],
|
|
minHostVersionBaseline: "2026.3.22",
|
|
});
|