UNPKG

1.72 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 "eslint": "^5.16.0",
19 "eslint-config-airbnb": "^18.0.1",
20 "eslint-plugin-import": "^2.18.2",
21 "eslint-plugin-jsx-a11y": "^6.2.3",
22 "eslint-plugin-react": "^7.17.0",
23 "eslint-plugin-react-hooks": "^1.7.0",
24 "typescript": "^3.6.4"
25 },
26 "homepage": "https://github.com/botblock/BLAPI#readme",
27 "keywords": [
28 "discord",
29 "js",
30 "discord.js",
31 "API",
32 "botlist",
33 "bot",
34 "list",
35 "stats",
36 "posting",
37 "automated",
38 "auto",
39 "botblock",
40 "Node.js",
41 "discordbot",
42 "discordbots",
43 "dbl",
44 "discordbotlist",
45 "discorbotlists",
46 "typescript",
47 "typed"
48 ],
49 "main": "dist/blapi.js",
50 "types": "dist/blapi.d.ts",
51 "license": "MIT",
52 "name": "blapi",
53 "repository": "botblock/BLAPI",
54 "scripts": {
55 "lint": "eslint .",
56 "build": "tsc"
57 },
58 "version": "1.2.8",
59 "dependencies": {
60 "node-fetch": "^2.6.0"
61 }
62}