forked from adamsoffer/payout-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 785 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": "payout-bot",
"version": "1.0.0",
"description": "",
"license": "ISC",
"scripts": {
"test": "mocha -r dotenv/config -r ts-node/register test/*.ts"
},
"dependencies": {
"@vercel/fetch": "6.1.0",
"discord.js": "12.5.1",
"ethers": "^5.6.4",
"graphql": "15.5.0",
"graphql-request": "3.4.0",
"mongodb": "4.4.0",
"twitter": "1.7.1"
},
"devDependencies": {
"@livepeer/prettier-config": "^1.0.1",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@vercel/node": "1.9.0",
"chai": "^4.3.6",
"dotenv": "^16.4.5",
"mocha": "^9.2.2",
"ts-node": "^10.7.0"
},
"keywords": [
"serverless",
"mongodb",
"typescript",
"api",
"vercel"
],
"resolutions": {
"bcrypto": "5.4.0"
}
}