This commit is contained in:
Dax Raad
2025-05-19 19:29:38 -04:00
parent fa8a46326a
commit 2437ce3f8b
14 changed files with 973 additions and 13 deletions

View File

@@ -1,7 +1,11 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "opencode",
"type": "module",
"private": true,
"scripts": {
"build": "bun build src/index.ts --compile --outfile ./dist/opencode"
},
"devDependencies": {
"@tsconfig/bun": "^1.0.7",
"@types/bun": "latest",