{ "name": "@rakazo/worker", "version": "0.1.0", "license": "Apache-2.0", "type": "module", "scripts": { "dev": "node ../../scripts/dev-watch.mjs src/index.ts", "start": "tsx src/index.ts", "check": "tsc --noEmit -p tsconfig.json", "test": "vitest run --passWithNoTests" }, "dependencies": { "@rakazo/adapter-kit": "workspace:*", "@rakazo/adapters": "workspace:*", "@rakazo/core": "workspace:*", "@rakazo/db": "workspace:*", "@rakazo/memory": "workspace:*" }, "devDependencies": { "typescript": "^5.9.2", "vitest": "^4.1.10" } }