UNPKG

2 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-fetch": "^2.5.5",
15 "eslint-plugin-react-hooks": "^2.5.0",
16 "typescript": "^3.8.3",
17 "@types/node": "^13.7.7",
18 "@typescript-eslint/eslint-plugin": "^2.22.0",
19 "@typescript-eslint/parser": "^2.22.0",
20 "eslint": "^6.8.0",
21 "eslint-config-airbnb": "^18.0.1",
22 "eslint-config-prettier": "^6.10.0",
23 "eslint-config-standard": "^14.1.0",
24 "eslint-import-resolver-typescript": "^2.0.0",
25 "eslint-plugin-import": "^2.20.1",
26 "eslint-plugin-jsx-a11y": "^6.2.3",
27 "eslint-plugin-node": "^11.0.0",
28 "eslint-plugin-prettier": "^3.1.2",
29 "eslint-plugin-react": "^7.18.3",
30 "eslint-plugin-standard": "^4.0.1",
31 "prettier": "^1.19.1"
32 },
33 "homepage": "https://github.com/botblock/BLAPI#readme",
34 "keywords": [
35 "discord",
36 "js",
37 "discord.js",
38 "API",
39 "botlist",
40 "bot",
41 "list",
42 "stats",
43 "posting",
44 "automated",
45 "auto",
46 "botblock",
47 "Node.js",
48 "discordbot",
49 "discordbots",
50 "dbl",
51 "discordbotlist",
52 "discorbotlists",
53 "typescript",
54 "typed"
55 ],
56 "main": "dist/blapi.js",
57 "types": "dist/blapi.d.ts",
58 "license": "MIT",
59 "name": "blapi",
60 "repository": "botblock/BLAPI",
61 "scripts": {
62 "lint": "eslint .",
63 "build": "tsc"
64 },
65 "version": "1.2.10",
66 "dependencies": {
67 "node-fetch": "^2.6.0"
68 }
69}