-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.1 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-mailjet",
"version": "0.0.6",
"description": "Mailjet transaction emails",
"author": "Himanshu Walimbe",
"license": "MIT",
"scripts": {
"prepare": "cross-env NODE_ENV=production yarn run build",
"build": "babel src --out-dir . --ignore **/__tests__ --extensions \".ts,.js\"",
"watch": "babel -w src --out-dir . --ignore **/__tests__ --extensions \".ts,.js\"",
"test": "cross-env jest"
},
"dependencies": {
"body-parser": "^1.20.2",
"medusa-core-utils": "^1.1.39",
"node-mailjet": "^6.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Hemann55/medusa-plugin-mailjet.git"
},
"keywords": [
"medusa",
"mailjet",
"medusa-plugin",
"medusa-plugin-notification"
],
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/preset-typescript": "^7.14.5",
"@medusajs/medusa": "1.17.2",
"babel-preset-medusa-package": "^1.1.19",
"cross-env": "^7.0.3",
"jest": "^29.7.0",
"medusa-interfaces": "^1.3.7-ci-issue-20230322190222",
"typeorm": "^0.3.17"
}
}