{ "name": "@fable/gateway", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "tsc && node --watch dist/index.js", "build": "tsc", "start": "node dist/index.js", "check": "tsc --noEmit" }, "dependencies": { "elysia": "^1.3.0" }, "devDependencies": { "@types/node": "^24.0.0", "typescript": "^5.9.0" } }