Files
pikasTech-agentrun/package.json
T
2026-06-28 19:51:36 +08:00

25 lines
528 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",
"kafkajs": "^2.2.4",
"pg": "^8.13.1",
"yaml": "^2.8.0"
},
"devDependencies": {
"@types/pg": "^8.11.10",
"@types/node": "^22.10.0",
"tsx": "^4.19.2",
"typescript": "^5.8.3"
}
}