-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 817 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 817 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
38
{
"name": "discord-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" $$ exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": " "
},
"keywords": [],
"author": "Joel",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.843.0",
"cheerio": "^1.0.0-rc.5",
"discord.js": "^12.4.1",
"discord.js-tictactoe": "^1.0.2",
"dotenv": "^8.2.0",
"humanize-duration": "^3.24.0",
"ini": "^1.3.8",
"mongoose": "^5.11.16",
"mquery": "^3.2.4",
"ms": "^2.1.2",
"opusscript": "0.0.7",
"quick.db": "^7.1.3",
"request": "^2.88.2",
"xmlhttprequest": "^1.8.0",
"ytdl-core": "^4.0.0"
},
"engines": {
"node": "14.4.0",
"npm": "6.14.5"
}
}