mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-06-16 04:22:34 -04:00
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"name": "agent",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"scripts": {
|
|
"tsc": "tsc --noEmit",
|
|
"test": "vitest run --config ./vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@zerobyte/contracts": "workspace:*",
|
|
"@zerobyte/core": "workspace:*",
|
|
"effect": "^3.21.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|