-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 883 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 883 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
30
31
32
33
34
35
36
37
{
"name": "coinbasebot",
"version": "1.0.0",
"description": "coinbasebot",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Khuzha/chatAdmin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Khuzha/chatAdmin/issues"
},
"homepage": "https://github.com/Khuzha/chatAdmin#readme",
"dependencies": {
"captcha-canvas": "^3.1.0",
"coinbase": "^2.0.8",
"coinpayments": "2.1.0",
"digibyte": "^0.15.8",
"express": "4.17.1",
"image-sync": "^0.0.11",
"injectpromise": "^1.0.0",
"mongoclient": "^1.0.3",
"mongodb": "^3.7.3",
"multicoin-address-validator": "0.4.10",
"promises": "^0.2.5",
"telegraf": "^3.39.0",
"trongrid": "^1.2.6",
"tronweb": "^4.0.0",
"web3": "^1.7.0"
}
}