-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 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
44
45
{
"dependencies": {
"@discordjs/builders": "^1.1.0",
"@discordjs/rest": "^1.0.1",
"@discordjs/voice": "^0.18.0",
"algoliasearch": "^5.17.1",
"colors": "^1.4.0",
"crypto": "^1.0.1",
"discord-api-types": "^0.37.2",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.16.3",
"dotenv": "^16.0.1",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"lunarphase-js": "^2.0.3",
"ms": "^2.1.3",
"node-schedule": "^2.1.1",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"tweetnacl": "^1.0.3",
"youtube-sr": "^4.3.4",
"ytdl-core": "^4.11.4"
},
"name": "discordjs-bot-template",
"version": "2.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nininanou16/DiscordJS-bot-template.git"
},
"author": "Nininanou16",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Nininanou16/DiscordJS-bot-template/issues"
},
"homepage": "https://github.com/Nininanou16/DiscordJS-bot-template#readme",
"description": "",
"devDependencies": {
"eslint": "^8.22.0"
}
}