package.json 384 B

123456789101112131415161718
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "name": "@opencode-ai/console-resource",
  4. "dependencies": {
  5. "@cloudflare/workers-types": "catalog:"
  6. },
  7. "exports": {
  8. ".": {
  9. "production": {
  10. "import": "./resource.cloudflare.ts"
  11. },
  12. "import": "./resource.node.ts"
  13. }
  14. },
  15. "devDependencies": {
  16. "@tsconfig/node22": "22.0.2"
  17. }
  18. }