-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 995 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
{
"name": "yaxis-bot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node lib/app.js",
"local": "DEBUG=main*,db* DATABASE_URL='postgresql://bot:yaxis-discord@localhost:5432/yaxis_discord' WEBHOOK_ID=840167088617947156 WEBHOOK_TOKEN='wB-jvvRPB9FjG3hvVF7_bZuld-LSxRp9R9T0yMOBxyU_Ec467FovQ5zj5gu-7CgVznu8' YAXIS_EMOJI_NAME=yAxis_logo_official YAXIS_EMOJI_ID=841263987735527424 node lib/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bgbahoue/yaxis-bot.git"
},
"author": "Bakou",
"license": "ISC",
"bugs": {
"url": "https://github.com/bgbahoue/yaxis-bot/issues"
},
"homepage": "https://github.com/bgbahoue/yaxis-bot#readme",
"dependencies": {
"axios": "^0.21.1",
"bluebird": "^3.7.2",
"debug": "^3.1.0",
"discord.js": "^12.5.3",
"etherscan-api": "^10.0.5",
"pg": "^8.6.0",
"querystring": "^0.2.1"
}
}