mirror of
https://github.com/kennethnym/freya
synced 2026-07-04 15:11:15 +01:00
14 lines
227 B
JSON
14 lines
227 B
JSON
{
|
|
"name": "@freya/agent-protocol",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test ./src"
|
|
},
|
|
"dependencies": {
|
|
"@freya/core": "workspace:*"
|
|
}
|
|
}
|