Files
aris/apps/agent-test-cli/package.json
2026-06-14 16:05:37 +01:00

12 lines
222 B
JSON

{
"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"
}
}