-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.17 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
40
41
42
43
44
45
{
"name": "strapi-plugin-vercel-deploy",
"version": "1.4.0",
"description": "Strapi v4 plugin to trigger and monitor a deployment on Vercel",
"repository": "https://github.com/gianlucaparadise/strapi-plugin-vercel-deploy.git",
"bugs": {
"url": "https://github.com/gianlucaparadise/strapi-plugin-vercel-deploy/issues"
},
"homepage": "https://github.com/gianlucaparadise/strapi-plugin-vercel-deploy#readme",
"author": "gianlucaparadise <[email protected]>",
"license": "MIT",
"strapi": {
"name": "vercel-deploy",
"displayName": "Vercel Deploy",
"description": "Plugin to trigger the deploy of a website hosted on Vercel.",
"kind": "plugin"
},
"maintainers": [
{
"name": "Gianluca Paradiso",
"email": "[email protected]"
}
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"engines": {
"node": ">=14.x.x <=18.x.x",
"npm": ">=6.0.0"
},
"dependencies": {
"axios": "^0.26.1",
"react-intl": "^5.25.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.5.3"
},
"keywords": [
"strapi",
"strapi-plugin",
"plugin",
"vercel",
"vercel-deploy"
]
}