Files
aris/apps/agent-test-cli/package.json

12 lines
222 B
JSON
Raw Normal View History

2026-06-14 16:06:31 +01:00
{
"name": "@freya/agent-test-cli",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"format": "oxfmt --write .",
"start": "bun run src/agent-test-cli.ts",
"typecheck": "bun tsc --noEmit"
}
}