mirror of
https://github.com/kennethnym/aris.git
synced 2026-06-14 19:41:18 +01:00
12 lines
222 B
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"
|
|
}
|
|
}
|