forked from ijsto/strapi-provider-email-postmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 859 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 859 Bytes
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
{
"name": "@strapi-community/provider-email-postmark",
"version": "5.0.1",
"description": "Strapi Email service provider for Postmark",
"author": {
"email": "scott.agirs@gmail.com",
"name": "Scott Agirs Neminskis"
},
"directories": {
"lib": "./lib"
},
"main": "./lib",
"peerDependencies": {
"@strapi/strapi": "^5.0.0"
},
"dependencies": {
"lodash.pickby": "^4.6.0",
"postmark": "^4.0.5"
},
"strapi": {
"isProvider": true
},
"keywords": [
"strapi",
"provider",
"email",
"postmark"
],
"repository": {
"type": "git",
"url": "git://github.com/strapi-community/provider-email-postmark.git"
},
"bugs": {
"url": "https://github.com/strapi-community/provider-email-postmark/issues"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}