-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
62 lines (62 loc) · 1.43 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
{
"name": "blapi",
"version": "3.1.36",
"license": "MIT",
"repository": "botblock/BLAPI",
"bugs": {
"url": "https://github.com/botblock/BLAPI/issues"
},
"maintainers": [
"Sebastian Di Luzio <[email protected]> (https://github.com/T0TProduction)"
],
"description": "BLAPI is a package to handle posting your discord stats to botlists. It's intended to be used with discord.js, though you can also manually post your stats.",
"homepage": "https://github.com/botblock/BLAPI#readme",
"keywords": [
"discord",
"js",
"discord.js",
"API",
"botlist",
"bot",
"list",
"stats",
"posting",
"automated",
"auto",
"botblock",
"Node.js",
"discordbot",
"discordbots",
"dbl",
"discordbotlist",
"discorbotlists",
"typescript",
"typed"
],
"main": "dist/main.js",
"types": "dist/main.d.ts",
"scripts": {
"lint": "eslint \"**/*.{ts,js}\"",
"lint:fix": "eslint \"**/*.{ts,js}\" --fix",
"build": "rimraf ./dist && tsc"
},
"files": [
"dist/"
],
"dependencies": {
"centra": "2.7.0"
},
"peerDependencies": {
"discord.js": "13 - 14"
},
"devDependencies": {
"@types/centra": "2.2.3",
"@types/node": "20.17.6",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-airbnb-base": "15.0.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"typescript": "5.0.4"
}
}