fnlb
Version:
Easily run your own bot using FNLB, a powerful and scalable system for managing Fortnite bots.
30 lines (29 loc) • 939 B
JSON
{
"name": "fnlb",
"version": "1.1.6",
"author": "FNLB",
"main": "dist/index.js",
"homepage": "https://fnlb.net",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.2.8",
"bun-plugin-dts": "^0.3.0"
},
"description": "Easily run your own bot using FNLB, a powerful and scalable system for managing Fortnite bots.",
"files": ["dist"],
"keywords": ["fnlb", "fortnite", "lobbybot", "self-host", "botlobbies"],
"license": "ISC",
"packageManager": "bun@1.1.17",
"scripts": {
"build": "bun run src/build.ts",
"prepublishOnly": "bun run lint && bun run build --env=disable",
"test:node": "bun run build && node test/node.js",
"lint": "bun run lint:biome && bun run lint:tsc",
"lint:biome": "bunx --bun @biomejs/biome check --write .",
"lint:tsc": "bun tsc --noEmit",
"test": "bun run lint && bun test"
},
"trustedDependencies": ["@biomejs/biome"],
"type": "module",
"types": "dist/index.d.ts"
}