-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 967 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 967 Bytes
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
{
"name": "drunkerbot",
"version": "1.0.0",
"description": "A bot for doing things humans are too drunk to do",
"main": "dbot.js",
"dependencies": {
"body-parser": "^1.19.0",
"btoa": "^1.2.1",
"canvas": "^2.6.1",
"discord.js": "^12.1.1",
"enmap": "^5.2.4",
"express": "^4.17.1",
"express-session": "^1.17.0",
"moment": "^2.24.0",
"pug": "^2.0.4",
"reddit-snooper": "^1.0.1",
"request": "^2.88.2",
"sqlite3": "^4.1.1",
"urban-dictionary": "^2.2.1",
"webp-converter": "^2.2.3",
"winston": "^3.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperMechaCow/drunkerbot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SuperMechaCow/drunkerbot/issues"
},
"homepage": "https://github.com/SuperMechaCow/drunkerbot#readme"
}