UNPKG

@fnlb-project/fnbr

Version:

A library to interact with Epic Games' Fortnite HTTP and XMPP services

65 lines (64 loc) 1.59 kB
{ "name": "@fnlb-project/fnbr", "version": "4.2.51", "sideEffects": false, "description": "A library to interact with Epic Games' Fortnite HTTP and XMPP services", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "node generateExports.js && npx tsc", "lint": "eslint src/**/*.ts resources/**/*.ts enums/**/*.ts", "test": "jest ./tests/", "prepare": "npm run build" }, "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/Fortnite-LobbyBot/fnbr.js.git" }, "author": "This Nils", "contributors": [ "alextusinean <alex@tusinean.ro>" ], "license": "MIT", "bugs": { "url": "https://github.com/Fortnite-LobbyBot/fnbr.js/issues" }, "homepage": "https://fnbr.js.org", "keywords": [ "fortnite", "shop", "news", "stats", "lobbybot", "party", "xmpp", "promises" ], "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.12.4", "@typescript-eslint/eslint-plugin": "^8.59.4", "@typescript-eslint/parser": "^8.59.4", "eslint": "^9.39.4", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-plugin-import": "^2.32.0", "jest": "^30.4.2", "typescript": "^5.9.3" }, "dependencies": { "@discordjs/collection": "^2.1.1", "@fnlb-project/stanza": "^12.20.19", "@sapphire/async-queue": "^1.5.5", "tslib": "^2.8.1" }, "optionalDependencies": { "fsevents": "^2.3.3" } }