package.json 835 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "version": "1.4.6",
  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. "@types/semver": "catalog:",
  21. "@types/bun": "catalog:",
  22. "@types/npmcli__arborist": "6.3.3",
  23. "@tsconfig/bun": "catalog:"
  24. },
  25. "dependencies": {
  26. "@effect/platform-node": "catalog:",
  27. "@npmcli/arborist": "catalog:",
  28. "effect": "catalog:",
  29. "mime-types": "3.0.2",
  30. "minimatch": "10.2.5",
  31. "semver": "catalog:",
  32. "xdg-basedir": "5.1.0",
  33. "zod": "catalog:"
  34. },
  35. "overrides": {
  36. "drizzle-orm": "catalog:"
  37. }
  38. }