package.json 773 B

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