mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package",
|
|
"name": "@opencode-ai/script",
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
}
|
|
}
|