-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "discord",
"version": "1.0.0",
"description": "Good Vibes Only (GVO) is a open source discord bot focusing on making discord a safer place",
"main": "",
"workspaces": [
"packages\\bot",
"packages\\dashboard"
],
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/duckodas"
},
"scripts": {
"bot_build": "npm run build --workspace=bot",
"bot_start": "npm run start --workspace=bot",
"bot_watch": "npm run watch --workspace=bot",
"dbd_build": "npm run build --workspace=dashboard",
"dbd_start": "npm run start --workspace=dashboard",
"dbd_watch": "npm run watch --workspace=dashboard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gvobot/discord.git"
},
"keywords": [
"discord",
"discordjs",
"typescript",
"ts"
],
"author": "Sapphire Development",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gvobot/discord/issues"
},
"homepage": "https://github.com/gvobot/discord#readme",
"devDependencies": {
"prettier": "^3.0.3"
}
}