@fnlb-project/fnbr
Version:
A library to interact with Epic Games' Fortnite HTTP and XMPP services
66 lines (65 loc) • 1.61 kB
JSON
{
"name": "@fnlb-project/fnbr",
"version": "4.1.56",
"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.1.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.32.0",
"jest": "^30.0.5",
"typescript": "^5.8.3"
},
"dependencies": {
"@discordjs/collection": "^2.1.1",
"@fnlb-project/stanza": "^12.20.19",
"@sapphire/async-queue": "^1.5.5",
"tslib": "^2.8.1",
"ws": "^8.18.3"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
}
}