package.json 575 B

12345678910111213141516171819202122232425
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "name": "@opencode-ai/server",
  4. "version": "1.18.14",
  5. "private": true,
  6. "type": "module",
  7. "license": "MIT",
  8. "exports": {
  9. "./*": "./src/*.ts"
  10. },
  11. "scripts": {
  12. "typecheck": "tsgo --noEmit"
  13. },
  14. "dependencies": {
  15. "@opencode-ai/core": "workspace:*",
  16. "@opencode-ai/protocol": "workspace:*",
  17. "drizzle-orm": "catalog:",
  18. "effect": "catalog:"
  19. },
  20. "devDependencies": {
  21. "@tsconfig/bun": "catalog:",
  22. "@types/bun": "catalog:",
  23. "@typescript/native-preview": "catalog:"
  24. }
  25. }