This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.75 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
{
"name": "discord-js-v13-template",
"version": "2.0.0",
"description": "A Discord bot template using discord.js v13 and Javascript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ."
},
"dependencies": {
"@discordjs/rest": "^0.4.1",
"canvacord": "^5.2.3",
"canvas": "^2.9.1",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"dicionario.js": "^1.1.1-b",
"discord-reply": "^0.1.2",
"discord-xp": "^1.1.16",
"discord.js": "^13.5.0",
"dotenv": "^16.0.0",
"enmap": "^5.8.7",
"express": "^4.17.2",
"fs": "^0.0.2",
"jimp": "^0.16.1",
"mal-scraper": "^2.11.4",
"moment": "^2.29.3",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"mongodb": "^4.5.0",
"mongoose": "^6.0.2",
"ms-pt-br": "^2.1.4",
"mysqli": "^3.1.4",
"node": "^16.13.1",
"node-fetch": "^3.0.0",
"node-schedule": "^2.1.0",
"node-ts-open-weather-map": "^1.2.1",
"parse-ms-2": "^1.0.0",
"petitio": "^1.4.0",
"rss-parser": "^3.12.0",
"simple-discord-webhooks": "^1.1.1",
"superagent": "^7.1.3",
"wikipedia": "^1.1.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Munz1211/DISCORD-JS-V13-TEMPLATE.git"
},
"keywords": [
"discord js template v13",
"discord template v13"
],
"author": "Munz1211",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Munz1211/DISCORD-JS-V13-TEMPLATE/issues"
},
"homepage": "https://github.com/Munz1211/DISCORD-JS-V13-TEMPLATE#readme"
}