| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "$schema": "https://json.schemastore.org/package.json",
- "version": "1.17.20",
- "name": "@opencode-ai/ai",
- "type": "module",
- "license": "MIT",
- "scripts": {
- "setup:recording-env": "bun run script/setup-recording-env.ts",
- "test": "bun test --timeout 30000 --only-failures",
- "typecheck": "tsgo --noEmit && tsgo --noEmit -p tsconfig.types.json",
- "build": "tsc -p tsconfig.build.json"
- },
- "files": [
- "dist"
- ],
- "exports": {
- ".": "./src/index.ts",
- "./testing": "./src/testing.ts",
- "./*": "./src/*.ts"
- },
- "devDependencies": {
- "@clack/prompts": "1.0.0-alpha.1",
- "@effect/platform-node": "catalog:",
- "@opencode-ai/http-recorder": "workspace:*",
- "@tsconfig/bun": "catalog:",
- "@types/bun": "catalog:",
- "@typescript/native-preview": "catalog:",
- "typescript": "catalog:"
- },
- "dependencies": {
- "@smithy/eventstream-codec": "4.2.14",
- "@smithy/util-utf8": "4.2.2",
- "@opencode-ai/schema": "workspace:*",
- "aws4fetch": "1.0.20",
- "effect": "catalog:",
- "google-auth-library": "10.5.0"
- }
- }
|