-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 912 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
36
37
{
"name": "smolbot",
"version": "1.0.0",
"description": "Custom mod/misc/util bot",
"main": "src/Sleet.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AtlasTheBot/smolbot.git"
},
"keywords": [
"bepis"
],
"author": "AtlasTheBot",
"license": "MIT",
"bugs": {
"url": "https://github.com/AtlasTheBot/smolbot/issues"
},
"homepage": "https://github.com/AtlasTheBot/smolbot#readme",
"dependencies": {
"bufferutil": "^4.0.5",
"cheerio": "^1.0.0-rc.10",
"convert-units": "^2.3.4",
"discord.js": "^12.5.3",
"dotenv": "^16.0.0",
"node-fetch": "^2.6.1",
"pg-promise": "^10.11.1",
"pmx": "^1.6.7",
"recursive-readdir-sync": "^1.0.6",
"tldts": "^5.7.64",
"utf-8-validate": "^5.0.7",
"uwuifier": "^4.0.5",
"zlib-sync": "^0.1.7"
}
}