mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-15 12:01:18 +01:00
feat: add agent test cli (#131)
This commit is contained in:
11
apps/agent-test-cli/package.json
Normal file
11
apps/agent-test-cli/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user