forked from AcalaNetwork/faucet-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "faucet-bot",
"version": "1.0.2",
"main": "index.js",
"author": "qiuhao <[email protected]>",
"license": "MIT",
"dependencies": {
"@acala-network/api": "^3.0.2-8",
"@acala-network/sdk-core": "^3.0.2-8",
"@acala-network/sdk-wallet": "^3.0.2-8",
"bignumber.js": "^9.0.0",
"bull": "^3.18.0",
"dayjs": "^1.8.35",
"discord.js": "^12.3.1",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^9.4.0",
"lodash": "^4.17.20",
"matrix-bot-sdk": "^0.5.6",
"matrix-js-sdk": "^8.2.0",
"redis": "^3.0.2",
"telegraf": "^4.5.2",
"toml": "^3.0.0",
"util": "^0.12.3",
"winston": "^3.3.3",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@types/bull": "^3.14.2",
"@types/koa": "^2.11.4",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-router": "^7.4.1",
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.3",
"@types/redis": "^2.8.27",
"@types/sqlite3": "^3.1.8",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}