This commit is contained in:
2026-01-13 01:16:05 +08:00
commit bf88cfab5c
9 changed files with 670 additions and 0 deletions

9
plugin/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "opencode-typescript-plugin-example",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bun run src/index.ts",
"build": "bun run build.ts"
}
}