17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"name": "agentrun",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"check": "tsc --noEmit",
|
|
"self-test": "bun run src/selftest/run.ts",
|
|
"test": "bun run src/selftest/run.ts",
|
|
"cli": "bun scripts/agentrun-cli.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|