fnlb
Version:
Easily run your own bot using FNLB, a powerful and scalable system for managing Fortnite bots.
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "fnlb",
"version": "1.1.13",
"author": "FNLB",
"main": "dist/index.js",
"homepage": "https://fnlb.net",
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@types/bun": "^1.2.20",
"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",
"dependencies": {
"@fnlb-project/shared": "^1.5.67"
}
}