-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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
{
"name": "val-bot",
"version": "1.0.0",
"description": "Used mostly as a proof of concept and for silliness",
"main": "bot.js",
"repository": "git@github.com:jhburns/val-bot",
"author": "Jonathan Burns",
"license": "MIT",
"engines": {
"node": "10.15.3"
},
"dependencies": {
"8ball": "^1.0.6",
"@discordjs/uws": "^10.149.0",
"args": "^5.0.1",
"aws-sdk": "^2.656.0",
"bufferutil": "^3.0.3",
"colors": "^1.3.1",
"cryptr": "^4.0.2",
"discord.js": "^11.4.2",
"dotenv": "^6.0.0",
"download-file": "^0.1.5",
"express": "^4.16.3",
"google-tts-api": "0.0.4",
"grammarbot": "^1.0.3",
"libsodium-wrappers": "^0.7.4",
"opusscript": "0.0.6",
"uuid": "^8.3.2",
"uws": "^9.14.0 ",
"winston": "^3.2.1"
},
"scripts": {
"start": "node bot.js",
"draft": "node bot.js -d nomap",
"map": "node bot.js -d",
"sync": "node glitch-sync.js -d -p",
"safe-sync": "node glitch-sync.js -d",
"update": "git push && npm run sync"
},
"devDependencies": {
"sync-glitch-cli": "^2.0.1"
}
}