-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 722 Bytes
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
{
"name": "komodo-tip-bot",
"version": "2.0.0",
"description": "A Komodo TipBot for Discord.",
"author": "turinglabs",
"license": "MIT",
"main": "main.js",
"scripts": {
"dev": "nodemon main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/turinglabsorg/komodo-tip-bot.git"
},
"dependencies": {
"axios": "^0.19.0",
"bignumber.js": "^7.2.1",
"bitcoin-core": "^2.0.0",
"discord.js": "^11.3.2",
"pouchdb": "^7.1.1",
"request": "^2.88.0",
"uuid": "^3.3.2",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"eslint": "^5.1.0",
"nodemon": "^1.19.1"
}
}