2025-08-30 04:58:22 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
2025-09-18 14:59:01 +00:00
|
|
|
"name": "@opencode/console-resource",
|
2025-08-30 04:58:22 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"@cloudflare/workers-types": "^4.20250830.0"
|
|
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"production": {
|
|
|
|
|
"import": "./resource.cloudflare.ts"
|
|
|
|
|
},
|
|
|
|
|
"import": "./resource.node.ts"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|