mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-02 13:13:43 -04:00
* 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>
22 lines
413 B
JSON
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"
|
|
}
|
|
}
|