forked from AcalaNetwork/faucet-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 985 Bytes
/
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
{
"name": "new-faucet-bot",
"version": "1.0.0",
"main": "index.js",
"author": "qiuhao <qiuhao951@gmail.com>",
"license": "MIT",
"scripts": {
"serve": "node ./node_modules/.bin/ts-node src/index.ts"
},
"dependencies": {
"@polkadot/api": "^2.1.1",
"@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",
"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",
"koa-winston": "^0.0.1",
"koa2-winston": "^3.1.1",
"lodash": "^4.17.20",
"matrix-bot-sdk": "^0.5.6",
"matrix-js-sdk": "^8.2.0",
"redis": "^3.0.2",
"toml": "^3.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"util": "^0.12.3",
"winston": "^3.3.3"
}
}