mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-22 05:42:35 +08:00
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@opencode/cloud-resource",
|
|
"dependencies": {
|
|
"@cloudflare/workers-types": "^4.20250830.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"production": {
|
|
"import": "./resource.cloudflare.ts"
|
|
},
|
|
"import": "./resource.node.ts"
|
|
}
|
|
}
|
|
}
|