@tempad-dev/plugins Usage npm i -D @tempad-dev/plugins # pnpm add -D @tempad-dev/plugins import { definePlugin } from '@tempad-dev/plugins' export const plugin = definePlugin({ name: 'My Plugin', code: { // customize transform options } })