-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 896 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
{
"name": "albion-discord-killbot",
"version": "1.0.0",
"description": "",
"main": "bin/start.js",
"scripts": {
"start": "node -r dotenv/config src/app.js",
"dev": "nodemon -r dotenv/config src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/psykzz/albion-discord-killbot.git"
},
"author": "https://psykzz.com",
"license": "GNU",
"bugs": {
"url": "https://github.com/psykzz/albion-discord-killbot/issues"
},
"homepage": "https://github.com/psykzz/albion-discord-killbot#readme",
"dependencies": {
"albion-api": "^1.3.0",
"async": "^2.5.0",
"debug": "^2.6.8",
"discord.js": "^11.1.0",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"heroku-self-ping": "^1.1.3",
"newrelic": "^2.1.0",
"redis": "^2.7.1",
"request": "^2.81.0"
}
}