-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 777 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 777 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
{
"name": "dogebot",
"version": "1.4.0",
"description": "New Refractored version of dogebot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Filz0r/doge-bot.git"
},
"author": "Filipe Figueiredo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Filz0r/doge-bot/issues"
},
"homepage": "https://github.com/Filz0r/doge-bot#readme",
"dependencies": {
"discord.js": "^12.5.1",
"fetch": "^1.1.0",
"glob": "^7.1.6",
"got": "^11.8.2",
"moment": "^2.29.1",
"mongoose": "^5.11.19",
"node-fetch": "^2.6.1",
"os": "^0.1.1",
"path": "^0.12.7",
"snekfetch": "^4.0.4",
"util": "^0.12.3"
}
}