| 1234567891011121314151617181920212223242526 |
- {
- "$schema": "https://json.schemastore.org/package.json",
- "name": "@opencode-ai/cli",
- "version": "1.15.13",
- "private": true,
- "type": "module",
- "license": "MIT",
- "bin": {
- "opencode": "./src/index.ts"
- },
- "scripts": {
- "build": "bun run script/build.ts",
- "dev": "bun run src/index.ts",
- "typecheck": "tsgo --noEmit"
- },
- "dependencies": {
- "@effect/platform-node": "catalog:",
- "@opencode-ai/core": "workspace:*",
- "effect": "catalog:"
- },
- "devDependencies": {
- "@tsconfig/bun": "catalog:",
- "@types/bun": "catalog:",
- "@typescript/native-preview": "catalog:"
- }
- }
|