{ "name": "@bull-board/fastify", "version": "6.5.0", "description": "A Fastify.js server adapter for Bull-Board dashboard.", "keywords": [ "bull", "bullmq", "redis", "fastify", "adapter", "queue", "monitoring", "dashboard" ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git", "directory": "packages/fastify" }, "license": "MIT", "author": "felixmosh", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc", "clean": "rm -rf dist" }, "dependencies": { "@bull-board/api": "6.5.0", "@bull-board/ui": "6.5.0", "@fastify/static": "^8.0.1", "@fastify/view": "^10.0.1", "ejs": "^3.1.10" }, "devDependencies": { "fastify": "^5.0.0" }, "publishConfig": { "access": "public" } }