-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.15 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
46
47
48
49
{
"name": "strapi-plugin-request-id",
"version": "1.2.0",
"description": "Add a unique id to each request made to your server and track your users' activity in the logs.",
"strapi": {
"name": "request-id",
"description": "Add a unique id to each request made to your server and track your users' activity in the logs.",
"kind": "plugin",
"displayName": "Request Id"
},
"dependencies": {
"cls-hooked": "4.2.2",
"uuid": "8.3.2"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": {
"name": "Baboo",
"url": "https://github.com/Baboo7"
},
"maintainers": [
{
"name": "Baboo",
"url": "https://github.com/Baboo7"
}
],
"engines": {
"node": ">=12.x.x <=18.x.x",
"npm": ">=6.0.0"
},
"keywords": [
"strapi",
"plugin",
"request",
"id",
"correlation",
"id"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Baboo7/strapi-plugin-request-id.git"
},
"bugs": {
"url": "https://github.com/Baboo7/strapi-plugin-request-id/issues"
},
"homepage": "https://github.com/Baboo7/strapi-plugin-request-id#readme",
"license": "MIT"
}