-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 927 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"engine": ">=10.17.1",
"author": {
"name": "John McLear",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/ether/ep_prometheus/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Etherpad plugin to show performance stats in /stats url",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"homepage": "https://github.com/ether/ep_prometheus#readme",
"keywords": [
"etherpad",
"plugin",
"prometheus",
"ep"
],
"name": "ep_prometheus",
"repository": {
"type": "git",
"url": "git+https://github.com/ether/ep_prometheus.git"
},
"version": "0.0.20",
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.2"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
}
}