-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
executable file
·39 lines (39 loc) · 988 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
39
{
"name": "cryptocurrency-crypto-bot",
"version": "1.3.2",
"description": "Cryptocurrency-crypto-bot is an open-source Node.js wallet bot for Discord.",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cryptobot": "./index.js"
},
"pkg": {
"scripts": "./functions/**/*.js",
"assets": "./storage/**/*"
},
"author": "Christian Grieger",
"license": "MIT",
"dependencies": {
"altcoin-rpc": "^1.0.2",
"array-unique": "^0.3.2",
"big.js": "^5.2.2",
"bufferutil": "^4.0.0",
"discord.js": "^11.4.2",
"erlpack": "^0.1.2",
"fs": "0.0.1-security",
"jsonfile": "^5.0.0",
"libsodium-wrappers": "^0.7.3",
"log4js": "^3.0.6",
"lowdb": "^1.0.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"mysql2": "^1.6.4",
"node-opus": "^0.3.1",
"opusscript": "0.0.6",
"request-promise": "^4.2.4",
"sodium": "^3.0.2",
"uws": "^99.0.0"
}
}