-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 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": "akuma",
"description": "A bot made with Discord.js v13 (Gateway v9).",
"author": "aexhell",
"license": "MIT",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"engines": {
"node": "16.x",
"npm": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aexhell/akuma.git"
},
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@discordjs/rest": "^0.1.0-canary.0",
"axios": "^0.24.0",
"chalk": "^4.1.2",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"tesseract.js": "^2.1.5"
},
"devDependencies": {}
}