-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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-refreshing",
"version": "1.1.5",
"description": "A Strapi plugin that adds a basic implementation of refresh tokens.",
"homepage": "https://github.com/codesxt/strapi-plugin-refreshing#readme",
"strapi": {
"name": "refreshing",
"description": "A Strapi plugin that adds a basic implementation of refresh tokens.",
"kind": "plugin",
"displayName": "Refreshing"
},
"dependencies": {},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Bruno Alexis Faúndez Valenzuela",
"email": "developers@ferativ.com",
"url": "https://esemismobruno.com"
},
"maintainers": [
{
"name": "Bruno Alexis Faúndez Valenzuela",
"email": "developers@ferativ.com",
"url": "https://esemismobruno.com"
}
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesxt/strapi-plugin-refreshing.git"
},
"bugs": {
"url": "https://github.com/codesxt/strapi-plugin-refreshing/issues"
},
"keywords": [
"strapi",
"plugin",
"refresh-token"
],
"license": "MIT"
}