This commit is contained in:
Dax Raad
2025-07-24 09:22:53 -04:00
parent 0901339db9
commit 56ea0218f9
20 changed files with 126 additions and 964 deletions
+8 -1
View File
@@ -1,4 +1,11 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@opencode-ai/plugin"
"private": false,
"name": "@opencode-ai/plugin",
"type": "module",
"version": "0.0.1",
"devDependencies": {
"@tsconfig/node22": "22.0.2",
"typescript": "catalog:"
}
}