-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 KB
/
package.json
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
{
"name": "medusa-plugin-resend",
"version": "1.1.0",
"description": "Resend email plugin to send transactional emails for Medusa using local Handlebars templates or local React templates",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/pevey/medusa-plugin-resend"
},
"homepage:": "https://pevey.com/medusa-plugin-resend",
"author": "Lacey Pevey",
"license": "MIT",
"devDependencies": {
"cross-env": "^5.2.1",
"typeorm": "^0.3.16",
"typescript": "^4.9.5"
},
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"test": "jest --passWithNoTests src",
"build": "tsc",
"watch": "tsc --watch"
},
"dependencies": {
"handlebars": "^4.7.8",
"resend": "^1.0.0",
"zod": "^3.22.2"
},
"gitHead": "3bbd1e8507e00bc471de6ae3c30207999a4a4011",
"keywords": [
"medusa-plugin",
"medusa-plugin-notification",
"email",
"react email",
"handlebars email",
"transactional email",
"resend"
]
}