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

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