forked from orvad/strapi-provider-email-postmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 907 Bytes
/
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
40
41
42
43
44
{
"name": "strapi-v4-provider-email-postmark",
"version": "4.2.0",
"description": "Strapi v4 Email service provider for Postmark",
"author": {
"email": "[email protected]",
"name": "Scott Agirs Neminskis"
},
"contributors": [
{
"name": "Martin Orvad",
"email": "[email protected]"
}
],
"directories": {
"lib": "./lib"
},
"main": "lib/index.js",
"dependencies": {
"postmark": "^2.7.8",
"@strapi/utils": "^4.0.0"
},
"strapi": {
"isProvider": true
},
"keywords": [
"strapi",
"provider",
"email",
"postmark"
],
"repository": {
"type": "git",
"url": "https://github.com/orvad/strapi-provider-email-postmark.git"
},
"bugs": {
"url": "https://github.com/orvad/strapi-provider-email-postmark/issues"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}