UNPKG

1.22 kBJSONView Raw
1{
2 "bugs": {
3 "url": "https://github.com/T0TProduction/BLAPI/issues"
4 },
5 "contributors": [
6 "Sebastian Di Luzio <sebastian.di-luzio@tum.de> (https://github.com/T0TProduction)",
7 "advaith1 <advaithj1@gmail.com> (https://advaith.fun/)",
8 "Jonah Snider <me@jonahsnider.ninja> (https://jonahsnider.ninja/)",
9 "Matt Cowley <me@mattcowley.co.uk> (https://mattcowley.co.uk/)"
10 ],
11 "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.",
12 "devDependencies": {
13 "eslint": "^5.11.1",
14 "eslint-config-aqua": "^4.4.1"
15 },
16 "homepage": "https://github.com/T0TProduction/BLAPI#readme",
17 "keywords": [
18 "discord",
19 "js",
20 "discord.js",
21 "API",
22 "botlist",
23 "bot",
24 "list",
25 "stats",
26 "posting",
27 "automated",
28 "auto",
29 "botblock",
30 "Node.js",
31 "discordbot",
32 "discordbots",
33 "dbl",
34 "discordbotlist",
35 "discorbotlists"
36 ],
37 "license": "MIT",
38 "main": "blapi.js",
39 "name": "blapi",
40 "repository": "T0TProduction/BLAPI",
41 "scripts": {
42 "lint": "eslint ."
43 },
44 "version": "1.0.2"
45}