forked from Mocy-Studio/Royal-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 954 Bytes
/
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
{
"name": "Royal-Bot",
"version": "12.0.0",
"description": "Hi! I am Royal Bot, a Discord Bot for Server is a Moderation Bot and more!.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "npm run start:bot",
"start:bot": "npm run build && node --enable-source-maps dist/index.js",
"build": "tsc --project tsconfig.json"
},
"author": "JohnDavid",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.14.5",
"@types/signale": "^1.4.4",
"prisma": "^4.11.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@prisma/client": "^4.11.0",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"shoukaku": "^3.3.1",
"signale": "^1.4.0"
},
"signale": {
"displayScope": true,
"displayBadge": true,
"displayDate": true,
"displayFilename": true,
"displayLabel": true,
"displayTimestamp": true,
"underlineLabel": true
}
}