{ "name": "boss", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/server.ts", "build": "tsc -p tsconfig.json", "start": "node dist/server.js", "check": "tsc --noEmit -p tsconfig.json", "worker": "tsx src/worker.ts" }, "dependencies": { "@fastify/static": "^8.2.0", "fastify": "^5.6.1" }, "devDependencies": { "@types/node": "^24.0.0", "tsx": "^4.20.6", "typescript": "^5.9.2" } }