Files
agent-bounty-protocol/apps/scout-bot/package.json
OG T 7108ff8ab3
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: beta promo, zero fee, scout bot, and LLM SEO
2026-06-07 14:33:26 +08:00

26 lines
518 B
JSON

{
"name": "scout-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@octokit/rest": "^22.0.1",
"dotenv": "^17.4.2",
"node-cron": "^4.2.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^20.19.42",
"@types/node-cron": "^3.0.11",
"tsx": "^4.22.4",
"typescript": "^5.9.3"
}
}