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