-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 860 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
{
"name": "rimworld-discord-bot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SvetlozarValchev/rimworld-discord-bot.git"
},
"author": "SvetlozarValchev",
"license": "MIT",
"bugs": {
"url": "https://github.com/SvetlozarValchev/rimworld-discord-bot/issues"
},
"homepage": "https://github.com/SvetlozarValchev/rimworld-discord-bot#readme",
"dependencies": {
"canvas": "^2.0.0-alpha.5",
"discord.js": "^11.2.1",
"express": "^4.15.4",
"express-session": "^1.15.5",
"formidable": "^1.1.1",
"gifencoder": "^1.1.0",
"mv": "^2.1.1",
"readable-stream": "^2.3.3",
"sqlite": "^2.8.0",
"unique-slug": "^2.0.0"
}
}