mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 18:16:38 +00:00
13 lines
335 B
JSON
13 lines
335 B
JSON
{
|
|
"name": "openfrontio-claude-cron",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Daily cron that uses Claude to triage GitHub issues and produce a maintainer digest. See README.md.",
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "^0.40.0",
|
|
"@octokit/rest": "^21.0.2",
|
|
"tsx": "^4.21.0"
|
|
}
|
|
}
|