-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
53 lines (53 loc) · 1.3 KB
/
Copy pathmeta.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "requil test",
"description": "Requil is an API-first engine for generating (AI), validating, rendering, and sending transactional and campaign emails. The MVP consolidates today's fragmented flow: from creating MJML+Liquid templates and hard quality validation, through per-recipient render, to reliable delivery via Resend or SMTP adapters. A simple editor with guardrails and a thin newsletter demo layer sit on top for the MVP.",
"version": "0.0.1",
"author": "Requil",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/requil/requil.git"
},
"homepage": "https://requil.com",
"keywords": [
"email",
"marketing",
"api",
"ai",
"mjml",
"liquid",
"resend",
"smtp",
"qstash",
"upstash",
"drizzle",
"supabase",
"postgres",
"redis",
"nodejs",
"typescript",
"javascript",
"react",
"nextjs",
"astro",
"tailwind",
"shadcn",
"lucide",
"tanstack",
"react-hook-form",
"zod",
"supabase-js",
"grapesjs",
"grapesjs-mjml",
"grapesjs-preset-webpage",
"grapesjs-preset-newsletter",
"grapesjs-preset-email",
"grapesjs-preset-email-editor",
"grapesjs-preset-email-editor-advanced",
"grapesjs-preset-email-editor-advanced-advanced",
"grapesjs-preset-email-editor-advanced-advanced-advanced"
],
"engines": {
"node": ">=22"
}
}