package.json 857 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "1.4.7",
  4. "name": "@opencode-ai/shared",
  5. "type": "module",
  6. "license": "MIT",
  7. "private": true,
  8. "scripts": {
  9. "test": "bun test",
  10. "typecheck": "tsgo --noEmit"
  11. },
  12. "bin": {
  13. "opencode": "./bin/opencode"
  14. },
  15. "exports": {
  16. "./*": "./src/*.ts"
  17. },
  18. "imports": {},
  19. "devDependencies": {
  20. "@tsconfig/bun": "catalog:",
  21. "@types/semver": "catalog:",
  22. "@types/bun": "catalog:",
  23. "@types/npmcli__arborist": "6.3.3"
  24. },
  25. "dependencies": {
  26. "@effect/platform-node": "catalog:",
  27. "@npmcli/arborist": "catalog:",
  28. "effect": "catalog:",
  29. "glob": "13.0.5",
  30. "mime-types": "3.0.2",
  31. "minimatch": "10.2.5",
  32. "semver": "catalog:",
  33. "xdg-basedir": "5.1.0",
  34. "zod": "catalog:"
  35. },
  36. "overrides": {
  37. "drizzle-orm": "catalog:"
  38. }
  39. }