mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-17 13:33:16 -04:00
21 lines
342 B
JSON
21 lines
342 B
JSON
{
|
|
"name": "agent",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "index.ts",
|
|
"scripts": {
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@zerobyte/contracts": "workspace:*",
|
|
"@zerobyte/core": "workspace:*",
|
|
"effect": "^3.18.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
}
|
|
}
|