-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "matrix-service-lag-bot",
"version": "0.1.0",
"description": "Measures lag for t2bot.io services",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"lint": "tslint --project ./tsconfig.json -t stylish",
"start": "npm run build && node lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t2bot/matrix-service-lag-bot.git"
},
"author": "Travis Ralston <travis@t2bot.io> (https://t2bot.io)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/t2bot/matrix-service-lag-bot/issues"
},
"homepage": "https://github.com/t2bot/matrix-service-lag-bot#readme",
"devDependencies": {
"@types/node": "^16.11.33",
"tslint": "^6.1.3",
"typescript": "^4.6.4"
},
"dependencies": {
"config": "^3.3.7",
"discord.js": "^13.6.0",
"express": "^4.18.1",
"js-yaml": "^4.1.0",
"matrix-bot-sdk": "^0.5.19",
"matrix-org-irc": "^1.2.1",
"prom-client": "^11.5.3",
"promise-timeout": "^1.3.0",
"telegraf": "^3.26.0",
"uuid": "^3.4.0",
"uws": "^200.0.0"
}
}