mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 01:52:04 +00:00
7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
import { describePackageManifestContract } from "../../test/helpers/plugins/package-manifest-contract.js";
|
|
|
|
describePackageManifestContract({
|
|
pluginId: "slack",
|
|
runtimeDeps: ["@slack/bolt"],
|
|
});
|