forked from w3f/faucet-bot
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "faucet-bot",
"version": "1.0.2",
"main": "index.js",
"author": "qiuhao <qiuhao951@gmail.com>",
"license": "MIT",
"resolutions": {
"@polkadot/api": "^9.9.1",
"@polkadot/typegen": "^9.9.1",
"@polkadot/types-codec": "^9.9.1",
"@polkadot/api-derive": "^9.9.1",
"@polkadot/rpc-augment": "^9.9.4"
},
"dependencies": {
"@acala-network/api": "^4.1.8-13",
"@acala-network/sdk-core": "^4.1.8-13",
"@acala-network/sdk-wallet": "^4.1.8-13",
"@acala-network/sdk": "^4.1.8-13",
"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",
"toml": "^3.0.0",
"util": "^0.12.3",
"winston": "^3.3.3"
},
"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",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}