forked from matrunchyk/swagger-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.29 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "swagger-stats",
"version": "0.97.1",
"description": "API Telemetry and APM. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices, based on express routes and Swagger (Open API) specification",
"main": "lib/index.js",
"scripts": {
"build:prod": "sh build_ui.sh",
"build:old": "npm run copy:ux",
"copy:ux": "cp -r node_modules/swagger-stats-ux/dist/* ux",
"start": "node example/app.js",
"quickload": "artillery quick --duration 120 --rate 70 -n 20 http://localhost:3040/v2/paramstest/200/and/OK"
},
"keywords": [
"api",
"observability",
"telemetry",
"node",
"express",
"koa",
"hapi",
"fastify",
"rest",
"statistics",
"monitoring",
"alerting",
"swagger",
"openapi",
"schema",
"prometheus",
"metrics",
"elasticsearch",
"kibana",
"grafana"
],
"repository": {
"type": "git",
"url": "https://github.com/slanatech/swagger-stats"
},
"author": "https://github.com/sv2",
"homepage": "http://swaggerstats.io",
"bugs": {
"url": "https://github.com/slanatech/swagger-stats/issues",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"basic-auth": "^2.0.1",
"cookies": "^0.8.0",
"debug": "^4.1.1",
"json-formatter": "^0.1.0",
"moment": "^2.24.0",
"path-to-regexp": "^6.1.0",
"prom-client": "^11.5.3",
"qs": "^6.9.1",
"request": "^2.88.0",
"send": "^0.17.1",
"uuid": "^3.4.0",
"json-formatter-js-extended": "^2.4.8",
"jquery": "^3.1.1",
"chart.js": "^2.7.2",
"bootstrap": "^4.4.1",
"chosen-js": "^1.8.2",
"datatables": "^1.10.13",
"popper.js": "^1.16.1",
"clipboard": "^2.0.4"
},
"devDependencies": {
"@hapi/hapi": "^18.3.2",
"@hapi/inert": "^5.2.1",
"artillery": "^1.6.0-26",
"body-parser": "^1.18.2",
"bootstrap": "^3.4.0",
"chai": "^4.1.2",
"chart.js": "^2.7.2",
"chokidar": "^1.6.1",
"chosen-js": "^1.8.2",
"concurrently": "^4.1.2",
"coveralls": "^3.0.0",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"cuid": "^1.3.8",
"d3": "^4.12.0",
"d3-horizon-chart": "0.0.6",
"datatables": "^1.10.13",
"express": "^4.16.2",
"fastify": "^2.8.0",
"file-loader": "^0.11.1",
"font-awesome": "^4.7.0",
"highlightjs": "^9.10.0",
"jquery": "^3.1.1",
"jshint": "^2.9.6",
"postcss-loader": "^2.0.9",
"q": "^1.5.1",
"restify": "^8.5.1",
"serve-favicon": "^2.4.5",
"serve-static": "^1.13.1",
"should": "^11.2.1",
"style-loader": "^0.18.1",
"swagger-jsdoc": "^3.5.0",
"swagger-parser": "^8.0.4",
"swagger-stats-ux": "^0.95.21",
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}