-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
71 lines (71 loc) · 1.69 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Beef-bot",
"version": "3.5.0",
"description": "My first bot",
"main": "bot.js",
"author": "Joseph Harkamp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon bot.js"
},
"dependencies": {
"@gaikema/emojify": "^1.0.2",
"better-sqlite3": "^4.1.4",
"bufferutil": "3.0.2",
"chalk": "^2.1.0",
"commando": "0.0.2",
"cryptiles": ">=4.1.2",
"dbots": "^1.0.1",
"discord.io": "github:woor/discord.io#gateway_v6",
"discord.js": "^11.4.0",
"discord.js-commando": "^0.10.0",
"dota": "0.0.2",
"dota-wiki-api": "^1.1.0",
"dotaconstants": "^6.1.1",
"edit-json-file": "^1.2.1",
"enmap": "^2.7.2",
"enmap-level": "^2.1.0",
"enmap-sqlite": "^2.0.3",
"eris": "^0.9.0",
"express": "^4.16.3",
"feedparser": "^2.2.9",
"ffmpeg-binaries": "^4.0.0",
"fuzzyset.js": "0.0.7",
"giphy-js-sdk-core": "^1.0.5",
"got": "^7.1.0",
"html2plaintext": "^2.0.1",
"mathjs": "^5.0.4",
"mika": "^1.5.5",
"moji-translate": "^1.0.8",
"moment": "^2.22.2",
"morse-node": "^0.1.1",
"nan": "^2.10.0",
"needle": "^2.2.4",
"node-dota-api": "^5.0.1",
"node-pre-gyp": "^0.10.3",
"node-schedule": "^1.3.0",
"nodemon": "^1.18.10",
"npm": "^6.4.1",
"npm-git-install": "^0.3.0",
"opusscript": "0.0.6",
"pad": "^2.2.1",
"random-cat": "^1.0.1",
"random-puppy": "^1.1.0",
"reddit-snooper": "^1.0.1",
"request": "^2.87.0",
"sequelize-cli": "^4.1.1",
"snekfetch": "^4.0.4",
"snoowrap": "^1.15.2",
"sqlite": "^2.9.2",
"sqlite3": "^4.0.2",
"string-similarity": "^1.2.1",
"superagent": "^3.8.3",
"util": "^0.11.0",
"watcher": "0.0.5",
"winston": "^2.4.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"eslint": "^5.6.0"
}
}