this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 132bde3836006f78d1cde42248fa8a5c7fa149fd 14 lines 234 B view raw
1{ 2 "name": "chainlink-opencode", 3 "private": true, 4 "main": "src/index.ts", 5 "devDependencies": { 6 "@types/bun": "latest" 7 }, 8 "peerDependencies": { 9 "typescript": "^5" 10 }, 11 "dependencies": { 12 "@opencode-ai/plugin": "^1.1.47" 13 } 14}