| 123456789101112131415161718192021222324252627 |
- {
- "$schema": "https://json.schemastore.org/package.json",
- "name": "@opencode-ai/plugin",
- "version": "0.15.31",
- "type": "module",
- "scripts": {
- "typecheck": "tsgo --noEmit",
- "build": "tsc"
- },
- "exports": {
- ".": "./src/index.ts",
- "./tool": "./src/tool.ts"
- },
- "files": [
- "dist"
- ],
- "dependencies": {
- "@opencode-ai/sdk": "workspace:*",
- "zod": "catalog:"
- },
- "devDependencies": {
- "@tsconfig/node22": "catalog:",
- "@types/node": "catalog:",
- "typescript": "catalog:",
- "@typescript/native-preview": "catalog:"
- }
- }
|