23 lines
481 B
JSON
23 lines
481 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"
|
|
},
|
|
"dependencies": {
|
|
"@openai/codex": "0.133.0",
|
|
"pg": "^8.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.11.10",
|
|
"@types/node": "^22.10.0",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|