{
"name": "opencode-readseek",
"version": "0.8.5",
"description": "OpenCode plugin for readseek-backed structural code navigation",
"type": "module",
"main": "./index.ts",
"exports": {
".": "./index.ts",
"./server": "./index.ts"
},
"keywords": [
"opencode",
"opencode-plugin",
"readseek",
"structural-search"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jarkkojs/readseek.git"
},
"license": "Apache-2.0",
"files": [
"index.ts",
"README.md",
"LICENSE"
],
"scripts": {
"typecheck": "tsc --noEmit"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@jarkkojs/readseek": "^0.8.5",
"@opencode-ai/plugin": "^1.17.20"
},
"devDependencies": {
"@types/bun": "^1.3.14",
"typescript": "^5.9.3"
}
}