UNPKG

1.61 kBJSONView Raw
1{
2 "bugs": {
3 "url": "https://github.com/botblock/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 "Promise <me@promise.solutions> (https://promise.solutions/)"
11 ],
12 "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.",
13 "devDependencies": {
14 "@types/node": "^12.7.11",
15 "@types/node-fetch": "^2.5.2",
16 "@typescript-eslint/eslint-plugin": "^2.3.2",
17 "@typescript-eslint/parser": "^2.3.2",
18 "discord.js": "^11.5.1",
19 "eslint": "^5.16.0",
20 "eslint-config-airbnb": "^18.0.1",
21 "typescript": "^2.7.2"
22 },
23 "homepage": "https://github.com/botblock/BLAPI#readme",
24 "keywords": [
25 "discord",
26 "js",
27 "discord.js",
28 "API",
29 "botlist",
30 "bot",
31 "list",
32 "stats",
33 "posting",
34 "automated",
35 "auto",
36 "botblock",
37 "Node.js",
38 "discordbot",
39 "discordbots",
40 "dbl",
41 "discordbotlist",
42 "discorbotlists",
43 "typescript",
44 "typed"
45 ],
46 "main": "dist/blapi.js",
47 "types": "dist/blapi.d.ts",
48 "license": "MIT",
49 "name": "blapi",
50 "repository": "botblock/BLAPI",
51 "scripts": {
52 "lint": "eslint .",
53 "build": "tsc"
54 },
55 "prepublish": "tsc",
56 "version": "1.2.0",
57 "dependencies": {
58 "node-fetch": "^2.6.0"
59 }
60}