-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 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
{
"name": "ARG-Bot",
"version": "1.3.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js --production",
"watch": "./node_modules/.bin/nodemon app.js"
},
"author": "Bruce C <thebrucecemail@gmail.com>",
"contributors": [
"Max Rumsey <max@maxrumsey.xyz> (maxrumsey.xyz)"
],
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"atbash-wizard": "0.0.2",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"discord-api-types": "^0.23.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"encodeurl": "^1.0.2",
"got": "^12.5.3",
"morse-converter": "^1.2.0",
"rot": "^0.1.0",
"thirty-two": "^1.0.2",
"wikijs": "^6.2.1"
}
}