Files
aris/packages/freya-agent-protocol/package.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"
}
}