Files
zerobyte/apps/agent/package.json
renovate[bot] 5e4742488f fix(deps): update bun minor and patch dependencies (#865)
* fix(deps): update bun minor and patch dependencies

* fix: ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Meienberger <github@thisprops.com>
2026-05-07 17:11:53 +02:00

22 lines
413 B
JSON

{
"name": "agent",
"private": true,
"type": "module",
"module": "src/index.ts",
"scripts": {
"tsc": "tsc --noEmit",
"test": "bunx --bun vitest run --config ./vitest.config.ts"
},
"dependencies": {
"@zerobyte/contracts": "workspace:*",
"@zerobyte/core": "workspace:*",
"effect": "^3.21.2"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^6.0.3"
}
}