{ "name": "@uncaged/ograph-dispatcher", "version": "0.1.0", "description": "OGraph Dispatcher — polls projections and notifies OC when idle", "type": "module", "main": "./dist/index.js", "bin": { "ograph-dispatcher": "./dist/index.js" }, "files": [ "dist/" ], "scripts": { "build": "node build.mjs", "dev": "node --watch dist/index.js", "start": "node dist/index.js", "test": "vitest run", "typecheck": "tsc --noEmit" }, "keywords": [ "ograph", "dispatcher", "projection", "watcher" ], "author": "小墨 🖊️", "license": "MIT", "engines": { "node": ">=18.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "esbuild": "^0.25.0", "typescript": "^5.4.0", "vitest": "^2.0.0" } }