| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "$schema": "https://json.schemastore.org/package.json",
- "name": "@opencode-ai/protocol",
- "version": "1.17.11",
- "type": "module",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/anomalyco/opencode.git",
- "directory": "packages/protocol"
- },
- "publishConfig": {
- "access": "public"
- },
- "files": [
- "dist"
- ],
- "exports": {
- "./*": "./src/*.ts"
- },
- "scripts": {
- "build": "bun run script/build.ts",
- "typecheck": "tsgo --noEmit"
- },
- "dependencies": {
- "@opencode-ai/schema": "workspace:*",
- "effect": "catalog:"
- },
- "devDependencies": {
- "@tsconfig/bun": "catalog:",
- "@types/bun": "catalog:",
- "@typescript/native-preview": "catalog:",
- "typescript": "catalog:"
- }
- }
|