cal/packages/app-store/vital/_metadata.ts

24 lines
522 B
TypeScript

import type { AppMeta } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: "Vital",
description: _package.description,
installed: true,
category: "automation",
categories: ["automation"],
logo: "icon-dark.svg",
label: "Vital",
publisher: "Vital",
slug: "vital-automation",
title: "Vital",
type: "vital_other",
url: "https://tryvital.io",
variant: "other",
email: "support@tryvital.io",
dirName: "vital",
} as AppMeta;
export default metadata;