package.json 781 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "$schema": "https://json.schemastore.org/package.json",
  3. "name": "@opencode-ai/cli",
  4. "version": "1.16.2",
  5. "type": "module",
  6. "license": "MIT",
  7. "bin": {
  8. "lildax": "./bin/lildax.cjs"
  9. },
  10. "files": [
  11. "bin"
  12. ],
  13. "scripts": {
  14. "build": "bun run script/build.ts",
  15. "dev": "bun run src/index.ts",
  16. "typecheck": "tsgo --noEmit"
  17. },
  18. "dependencies": {
  19. "@effect/platform-node": "catalog:",
  20. "@opencode-ai/core": "workspace:*",
  21. "@opencode-ai/sdk": "workspace:*",
  22. "@opencode-ai/server": "workspace:*",
  23. "@parcel/watcher": "2.5.1",
  24. "effect": "catalog:"
  25. },
  26. "devDependencies": {
  27. "@opencode-ai/script": "workspace:*",
  28. "@tsconfig/bun": "catalog:",
  29. "@types/bun": "catalog:",
  30. "@typescript/native-preview": "catalog:"
  31. }
  32. }