2025-08-03 06:50:19 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
|
"name": "@opencode-ai/plugin",
|
2026-06-21 08:03:08 +08:00
|
|
|
"version": "1.17.9",
|
2025-08-03 06:50:19 +08:00
|
|
|
"type": "module",
|
2026-01-03 06:29:09 +08:00
|
|
|
"license": "MIT",
|
2025-08-03 06:50:19 +08:00
|
|
|
"scripts": {
|
2025-10-15 06:30:32 +08:00
|
|
|
"typecheck": "tsgo --noEmit",
|
2025-09-19 18:10:27 +08:00
|
|
|
"build": "tsc"
|
2025-08-03 06:50:19 +08:00
|
|
|
},
|
|
|
|
|
"exports": {
|
2026-02-02 11:29:45 +08:00
|
|
|
".": "./src/index.ts",
|
2026-03-27 22:00:26 +08:00
|
|
|
"./tool": "./src/tool.ts",
|
2026-06-21 20:05:49 +08:00
|
|
|
"./tui": "./src/tui.ts",
|
2026-06-23 07:06:57 +08:00
|
|
|
"./v2/effect": "./src/v2/effect/index.ts",
|
2026-06-24 07:45:02 +08:00
|
|
|
"./v2/effect/integration": "./src/v2/effect/integration.ts",
|
|
|
|
|
"./v2/effect/plugin": "./src/v2/effect/plugin.ts",
|
2026-06-23 07:06:57 +08:00
|
|
|
"./v2/promise": "./src/v2/promise/index.ts"
|
2025-08-03 06:50:19 +08:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
2025-08-05 09:12:18 +08:00
|
|
|
"dependencies": {
|
2026-06-21 20:05:49 +08:00
|
|
|
"@ai-sdk/provider": "3.0.8",
|
2025-09-18 15:58:21 +08:00
|
|
|
"@opencode-ai/sdk": "workspace:*",
|
2026-04-11 11:50:50 +08:00
|
|
|
"effect": "catalog:",
|
2025-09-18 15:58:21 +08:00
|
|
|
"zod": "catalog:"
|
2025-08-05 09:12:18 +08:00
|
|
|
},
|
2026-03-27 22:00:26 +08:00
|
|
|
"peerDependencies": {
|
2026-06-24 15:22:24 +08:00
|
|
|
"@opentui/core": ">=0.4.2",
|
|
|
|
|
"@opentui/keymap": ">=0.4.2",
|
|
|
|
|
"@opentui/solid": ">=0.4.2"
|
2026-03-27 22:00:26 +08:00
|
|
|
},
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@opentui/core": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-05-08 02:35:31 +08:00
|
|
|
"@opentui/keymap": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
2026-03-27 22:00:26 +08:00
|
|
|
"@opentui/solid": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-08-03 06:50:19 +08:00
|
|
|
"devDependencies": {
|
2026-04-25 21:41:30 +08:00
|
|
|
"@opentui/core": "catalog:",
|
2026-05-08 02:35:31 +08:00
|
|
|
"@opentui/keymap": "catalog:",
|
2026-04-25 21:41:30 +08:00
|
|
|
"@opentui/solid": "catalog:",
|
2025-08-24 00:10:08 +08:00
|
|
|
"@tsconfig/node22": "catalog:",
|
2025-10-14 13:23:46 +08:00
|
|
|
"@types/node": "catalog:",
|
2025-10-15 06:30:32 +08:00
|
|
|
"typescript": "catalog:",
|
|
|
|
|
"@typescript/native-preview": "catalog:"
|
2025-08-03 06:50:19 +08:00
|
|
|
}
|
2026-01-29 15:10:34 +08:00
|
|
|
}
|