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

* chore: generate api client

* chore: add new two_factor fields

* chore(docs): fix vite config import

* chore(e2e): cleanup caddy certs before running tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Meienberger <github@thisprops.com>
2026-07-06 14:17:58 +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.4"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^6.0.3"
}
}