forked from syscoin/tipbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 959 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
{
"name": "SysBot",
"version": "1.1.0",
"description": "Syscoin-based Discord bot",
"main": "server.js",
"author": "jg, giveaways.js by alternating",
"dependencies": {
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"body-parser": "^1.20.2",
"ccxt": "^1.18.766",
"discord-paginationembed": "^2.1.0",
"discord.js": "^12.5.3",
"esbuild": "0.19.2",
"ethereum-hdwallet": "^0.1.2",
"ethers": "^5.6.9",
"express": "^4.16.4",
"js-base64": "^3.6.1",
"luxon": "^1.26.0",
"mongoose": "^5.11.17",
"node-localstorage": "^1.3.1",
"qrcode": "^1.4.4",
"sharp": "^0.28.1",
"syscoinjs-lib": "1.0.141",
"utf8": "^3.0.0"
},
"scripts": {
"dev": "NODE_ENV=development node server.js",
"build": "esbuild ./src/index.js --bundle --minify --platform=node --target=node18 --outfile=./dist/index.js"
},
"devDependencies": {
"@types/express": "^4.17.17",
"dotenv": "16.3.1"
}
}