Tool to send cross-session opencode messages, including as request-response pattern
0
fork

Configure Feed

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

at main 34 lines 788 B view raw
1{ 2 "name": "opencode-call-response", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "bin": { 7 "opencode-call-response": "./cli.ts" 8 }, 9 "scripts": { 10 "test": "echo \"Error: no test specified\" && exit 1", 11 "cli": "node cli.ts" 12 }, 13 "repository": { 14 "type": "git", 15 "url": "git+https://github.com/rektide/opencode-call-response.git" 16 }, 17 "keywords": [], 18 "author": "rektide de la faye", 19 "license": "MIT", 20 "type": "module", 21 "bugs": { 22 "url": "https://github.com/rektide/opencode-call-response/issues" 23 }, 24 "homepage": "https://github.com/rektide/opencode-call-response#readme", 25 "module": "opencode-call-response.js", 26 "devDependencies": { 27 "gunshi": "^0.27.6", 28 "oxfmt": "^0.28.0", 29 "oxlint": "^1.43.0" 30 }, 31 "dependencies": { 32 "bonjour-service": "^1.3.0" 33 } 34}