-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "jkc-discord-bot",
"version": "0.1.3",
"description": "Discord bot for Jukucrush's official discord server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:migration": "npx prisma migrate dev",
"start:studio": "npx prisma studio"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pasitha/JKC-Discord-Bot.git"
},
"author": "Pasitha",
"authors": [
"Pasitha",
"XyZerKunG",
"OpecZ CH",
"boon4681"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Pasitha/JKC-Discord-Bot/issues"
},
"homepage": "https://github.com/Pasitha/JKC-Discord-Bot#readme",
"dependencies": {
"@prisma/client": "3.3.0",
"axios": "^0.23.0",
"canvas": "^2.8.0",
"discord.js": "^13.6.0",
"fs": "^0.0.1-security",
"json-stringify-pretty-compact": "^3.0.0",
"mineflayer": "^3.18.0",
"moment": "^2.29.1",
"rss-parser": "^3.12.0"
},
"devDependencies": {
"prisma": "3.3.0"
}
}