UNPKG

loriapi

Version:

A simple library for fetching information from Loritta, a popular Discord bot made by the Brazilian developer MrPowerGamerBR.

45 lines (44 loc) 913 B
{ "name": "loriapi", "version": "1.0.8", "main": "build/index.js", "type": "commonjs", "scripts": { "test": "tsx src/tests/index.ts", "build": "tsc" }, "keywords": [ "loritta", "discord", "loritta-api", "discord-bot", "bot-api", "fetch-data", "discord-js", "typescript", "axios", "bot-library", "loritta-bot", "pedrodev", "api-library", "bot-integration" ], "author": "PedroDevTS", "license": "ISC", "description": "A simple library for fetching information from Loritta, a popular Discord bot made by the Brazilian developer MrPowerGamerBR.", "repository": { "type": "git", "url": "https://github.com/PedroDevJS/LoriAPI.git" }, "files": [ "build/**/*", ".gitignore" ], "dependencies": { "axios": "^1.7.7" }, "devDependencies": { "@types/node": "^22.8.1", "typescript": "^5.6.3" } }