2025-08-03 06:50:19 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
|
"name": "@opencode-ai/plugin",
|
2025-11-12 04:17:36 +08:00
|
|
|
"version": "1.0.58",
|
2025-08-03 06:50:19 +08:00
|
|
|
"type": "module",
|
|
|
|
|
"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": {
|
2025-09-27 16:10:56 +08:00
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./tool": "./src/tool.ts"
|
2025-08-03 06:50:19 +08:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
2025-08-05 09:12:18 +08:00
|
|
|
"dependencies": {
|
2025-09-18 15:58:21 +08:00
|
|
|
"@opencode-ai/sdk": "workspace:*",
|
|
|
|
|
"zod": "catalog:"
|
2025-08-05 09:12:18 +08:00
|
|
|
},
|
2025-08-03 06:50:19 +08:00
|
|
|
"devDependencies": {
|
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
|
|
|
}
|
2025-11-12 04:21:00 +08:00
|
|
|
}
|