forked from xenodus/kweh-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "kweh-bot",
"version": "1.0.0",
"description": "",
"main": "kweh-bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xenodus/kweh-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xenodus/kweh-bot/issues"
},
"homepage": "https://github.com/xenodus/kweh-bot#readme",
"dependencies": {
"@discordjs/rest": "^0.4.1",
"@grpc/grpc-js": ">=1.1.8",
"axios": "^0.24.0",
"axios-oauth-client": "^1.4.4",
"axios-token-interceptor": "^0.2.0",
"bufferutil": "^4.0.1",
"dblapi.js": "^2.4.1",
"discord-api-types": "^0.31.2",
"discord.js": "^13.5.0",
"erlpack": "github:discord/erlpack",
"graphql": "^16.2.0",
"graphql-request": "^3.7.0",
"hashids": "^2.2.1",
"ioredis": "^4.17.3",
"lodash": "^4.17.20",
"moment": "^2.29.0",
"newrelic": "^7.5.0",
"node-html-to-image": "^3.1.0",
"promise-mysql": "^3.3.2",
"puppeteer": "^5.5.0",
"rss-parser": "^3.9.0",
"set-interval-async": "^2.0.3",
"sodium": "^3.0.2",
"topgg-autoposter": "^2.0.0",
"utf-8-validate": "^5.0.2",
"zlib-sync": "^0.1.7"
}
}