mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-17 21:37:06 -04:00
25 lines
435 B
JSON
25 lines
435 B
JSON
{
|
|
"name": "@zerobyte/contracts",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./agent-protocol": {
|
|
"types": "./src/agent-protocol.ts",
|
|
"import": "./src/agent-protocol.ts",
|
|
"default": "./src/agent-protocol.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@zerobyte/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^6"
|
|
}
|
|
}
|