-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 974 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
{
"name": "disstat",
"version": "1.0.0",
"description": "Post data from a discord.js client automatically, or manually to DisStat for Discord bot statistic tracking.",
"main": "index.js",
"scripts": {
"test": "npx jest",
"lint": "npx eslint . --report-unused-disable-directives"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEVTomatoCake/DisStat-npm.git"
},
"keywords": [
"discord",
"bot",
"bot-stats",
"bot-tracking",
"djs",
"discordjs",
"discord.js",
"dcbot",
"discordbot",
"statcord",
"statcord.com",
"disstat"
],
"author": "TomatoCake",
"license": "MIT",
"bugs": {
"url": "https://github.com/DEVTomatoCake/DisStat-npm/issues"
},
"homepage": "https://github.com/DEVTomatoCake/DisStat-npm#readme",
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-unicorn": "^49.0.0",
"jest": "^29.7.0"
}
}