UNPKG

fnbr

Version:

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

63 lines (62 loc) 1.51 kB
{ "name": "fnbr", "version": "4.1.2", "description": "A library to interact with Epic Games' Fortnite HTTP and XMPP services", "main": "dist/index.js", "types": "dist/index.d.ts", "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/fnbrjs/fnbr.js.git" }, "author": "This Nils", "contributors": [ "alextusinean <alex@tusinean.ro>" ], "license": "MIT", "bugs": { "url": "https://github.com/fnbrjs/fnbr.js/issues" }, "homepage": "https://fnbr.js.org", "keywords": [ "fortnite", "shop", "news", "stats", "lobbybot", "party", "xmpp", "promises" ], "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^22.15.17", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "eslint": "^8.31.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "^2.27.5", "jest": "^29.5.0", "typescript": "^5.8.3" }, "dependencies": { "@discordjs/collection": "^2.1.1", "@sapphire/async-queue": "^1.5.5", "axios": "^1.9.0", "stanza": "^12.21.0", "tslib": "^2.8.1", "ws": "^8.18.2" }, "optionalDependencies": { "fsevents": "^2.3.3" } }