-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.12 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.12 KB
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
{
"name": "prometeus-alerting-middleware",
"version": "0.1.0",
"description": "",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SomeBlackMagic/prometeus-alerting-middleware.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SomeBlackMagic/prometeus-alerting-middleware/issues"
},
"homepage": "https://github.com/SomeBlackMagic/prometeus-alerting-middleware#readme",
"dependencies": {
"@elementary-lab/alerta": "^1.4.0",
"@elementary-lab/cache": "^1.3.5",
"@elementary-lab/events": "^1.4.0",
"@elementary-lab/logger": "^2.0.6",
"@elementary-lab/standards": "^1.3.4",
"@kubernetes/client-node": "^0.20.0",
"@node-ts/bus-core": "^1.1.7",
"@node-ts/bus-messages": "^1.1.0",
"@types/node": "^16.18.91",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"koa": "^2.15.2",
"koa-bodyparser": "^4.4.1",
"koa-combine-routers": "^4.0.2",
"koa-graceful-shutdown": "^1.2.1",
"koa-requestid": "^2.2.1",
"koa-router": "^12.0.1",
"prom-client": "^14.0.1",
"simple-command-bus": "^1.0.7",
"ts-event-dispatcher": "^0.0.2",
"ts-registry": "^1.0.3",
"tsconfig-paths": "^3.9.0",
"tsyringe": "^4.8.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@jest/globals": "^29.7.0",
"@types/async": "^2.0.49",
"@types/chai": "^4.2.22",
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.12",
"@types/koa": "^2.11.3",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-requestid": "^2.0.2",
"@types/koa-router": "^7.4.1",
"@types/uuid": "^8.3.1",
"@types/validator": "^13.6.3",
"axios-debug-log": "^0.8.4",
"babel-jest": "^29.7.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"jest": "^29.7.0",
"jest-mock-server": "^0.1.0",
"ts-jest": "^29.1.2",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.1.8",
"tslint": "^6.1.3",
"typescript": "^5.4.3"
}
}