UNPKG

blapi

Version:

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.

63 lines (62 loc) 1.46 kB
{ "name": "blapi", "version": "3.1.2", "license": "MIT", "repository": "botblock/BLAPI", "bugs": { "url": "https://github.com/botblock/BLAPI/issues" }, "maintainers": [ "Sebastian Di Luzio <sebastian@diluz.io> (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.6.0" }, "peerDependencies": { "discord.js": "13 - 14" }, "devDependencies": { "@types/centra": "2.2.0", "@types/node": "18.16.18", "@typescript-eslint/eslint-plugin": "5.60.0", "@typescript-eslint/parser": "5.60.0", "eslint-config-airbnb-base": "15.0.0", "prettier": "2.8.8", "rimraf": "5.0.1", "typescript": "5.0.4" } }