-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "@labbsr0x/node-monitor",
"version": "1.0.0",
"description": "A Prometheus middleware to add basic but very useful metrics for your Front JS app.",
"main": "lib/monitor.min.js",
"scripts": {
"build": "webpack",
"test": "jest",
"start": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labbsr0x/node-monitor.git"
},
"author": "Labbsr0x",
"license": "ISC",
"keywords": [
"prometheus",
"node",
"metrics",
"react",
"angular",
"vue",
"vanilla"
],
"bugs": {
"url": "https://github.com/labbsr0x/node-monitor/issues"
},
"homepage": "https://github.com/labbsr0x/node-monitor#readme",
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/plugin-proposal-class-properties": "7.3.4",
"@babel/preset-env": "7.3.4",
"babel-eslint": "10.0.1",
"babel-jest": "24.1.0",
"babel-loader": "8.0.5",
"eslint": "5.15.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"jest": "24.1.0",
"prettier": "1.16.4",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"axios": "^0.26.0",
"https": "^1.0.0",
"lib": "^4.3.3",
"prom-client": "^14.0.1",
"util": "^0.12.4"
}
}