-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.54 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
50
51
52
53
54
55
56
57
58
59
60
{
"version": "2.2.1",
"keywords": [],
"type": "commonjs",
"exports": {
"./package.json": "./package.json",
"./strapi-server": {
"types": "./dist/server/src/index.d.ts",
"source": "./server/src/index.ts",
"import": "./dist/server/index.mjs",
"require": "./dist/server/index.js",
"default": "./dist/server/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "strapi-plugin build",
"watch": "strapi-plugin watch",
"watch:link": "strapi-plugin watch:link",
"verify": "strapi-plugin verify",
"test:ts:back": "run -T tsc -p server/tsconfig.json"
},
"devDependencies": {
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.0.0",
"@strapi/typescript-utils": "^5.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.2.6",
"@strapi/strapi": "^5.0.0",
"prom-client": "^15.1.3"
},
"strapi": {
"kind": "plugin",
"name": "prometheus",
"displayName": "Prometheus",
"description": "Strapi plugin that exposes metrics of the Strapi instance"
},
"name": "strapi-prometheus",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/XanderD99/strapi-prometheus.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/XanderD99/strapi-prometheus/issues"
},
"homepage": "https://github.com/XanderD99/strapi-prometheus#readme",
"author": "XanderD99 <[email protected]>",
"maintainers": [
{
"name": "XanderD99"
}
]
}