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", }, ], });