ci: stuff

This commit is contained in:
Dax Raad
2025-10-14 14:34:19 -04:00
parent 717b544633
commit 0c022ef39d
11 changed files with 107 additions and 74 deletions

View File

@@ -0,0 +1,10 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@opencode-ai/script",
"devDependencies": {
"@types/bun": "catalog:"
},
"exports": {
".": "./src/index.ts"
}
}