mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-22 18:25:32 -04:00
a58dbb3b5c
Co-authored-by: theavgjojo <jojo@noreply>
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"name": "@opencode-ai/script",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|