-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 1.71 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "starboard-bot",
"version": "1.0.0",
"description": "A Starboard Bot for the BlackB1RD-Development Discord Server.",
"keywords": [
"blackb1rd",
"development",
"blackb1rd-development",
"blackb1rd development",
"discord",
"discord.js",
"discord js",
"djs",
"bot",
"starboard",
"discord-bot",
"discord bot",
"starboard-bot",
"starboard bot"
],
"homepage": "https://github.com/BlackB1RD-Development/starboard-bot#readme",
"license": "MIT",
"readme": "README.md",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/BlackB1RD-Development/starboard-bot/issues"
},
"author": {
"name": "BlackB1RD-Development",
"email": "[email protected]",
"url": "https://github.com/BlackB1RD-Development"
},
"contributors": [
{
"name": "BlackB1RD-Development",
"email": "[email protected]",
"url": "https://github.com/BlackB1RD-Development"
}
],
"maintainers": [
{
"name": "BlackB1RD-Development",
"email": "[email protected]",
"url": "https://github.com/BlackB1RD-Development"
}
],
"main": "index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlackB1RD-Development/starboard-bot.git"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"better-sqlite3": "^5.4.0",
"discord.js": "git+https://github.com/discordjs/discord.js.git",
"dotenv": "^8.0.0",
"tools-kit": "git+https://github.com/BlackB1RD-Development/tools-kit.git"
},
"devDependencies": {
"xo": "latest"
},
"scripts": {
"test": "xo"
},
"xo": {
"extends": "./.eslintrc.json"
}
}