Files
agent-bounty-protocol/package.json
OG T 6b243ded7e
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
chore: remove scout-bot and update workspace root package.json
2026-06-08 13:30:54 +08:00

21 lines
396 B
JSON

{
"name": "agent-bounty-protocol",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.32.1",
"devDependencies": {
"vitest": "^4.1.8"
},
"dependencies": {
"dotenv": "^17.4.2",
"openai": "^6.42.0"
}
}