-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 844 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
{
"name": "strapi-plugin-invite-email",
"version": "1.0.1",
"description": "A plugin for Strapi that sends a templated email with a magic link whenever an admin user is invited.",
"strapi": {
"name": "strapi-plugin-invite-email",
"description": "A plugin for Strapi that sends a templated email with a magic link whenever an admin user is invited.",
"kind": "plugin",
"displayName": "Admin Invite Email"
},
"dependencies": {},
"author": {
"name": "Jay Arella"
},
"maintainers": [
{
"name": "Jay Arella"
}
],
"engines": {
"node": ">=14.19.1 <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"homepage": "https://github.com/arellaTV/strapi-plugin-invite-email",
"repository": {
"type": "git",
"url": "https://github.com/arellaTV/strapi-plugin-invite-email.git"
}
}