caido-plugin-test/caido.config.ts
2025-05-19 11:08:20 +09:00

18 lines
341 B
TypeScript

import { defineConfig } from "@caido-community/dev";
export default defineConfig({
id: "caido-oauth",
name: "Caido OAuth",
description: "Plugin for OAuth",
version: "0.0.0",
author: {
name: "WHS Safe Us Team",
},
plugins: [
{
kind: "backend",
id: "backend",
root: "packages/backend",
},
],
});