-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 915 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
38
39
40
41
42
43
44
45
{
"name": "@setar/logger",
"version": "2.0.0",
"description": "Utility Console Logger in Setar.",
"main": "src/index.js",
"homepage": "https://github.com/Setar-Bot/Logger#readme",
"scripts": {},
"keywords": [
"setar",
"setar.js",
"setar-bot",
"discord",
"3tarbot",
"logger",
"console.log",
"log",
"console",
"discord",
"bot",
"discordbot",
"music",
"musicbot"
],
"author": {
"name": "EhsanFox",
"email": "[email protected]",
"url": "https://ehsan.js.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Setar-Bot/Logger.git"
},
"bugs": {
"url": "https://github.com/Setar-Bot/Logger/issues"
},
"license": "ISC",
"devDependencies": {
"jsdoc-to-markdown": "^7.0.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@sentry/node": "^6.12.0",
"discord.js": "^13.1.0"
}
}