mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-18 05:21:19 +01:00
11 lines
173 B
JSON
11 lines
173 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"
|
|
}
|
|
}
|