@stonerzju/opencode 1.2.16-offline.1 → 1.2.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/package.json.bak +0 -140
package/package.json
CHANGED
package/package.json.bak
DELETED
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
-
"version": "1.2.16-offline.1",
|
|
4
|
-
"name": "opencode",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
|
|
8
|
-
"scripts": {
|
|
9
|
-
"typecheck": "tsgo --noEmit",
|
|
10
|
-
"test": "bun test --timeout 30000",
|
|
11
|
-
"build": "bun run script/build.ts",
|
|
12
|
-
"dev": "bun run --conditions=browser ./src/index.ts",
|
|
13
|
-
"random": "echo 'Random script updated at $(date)' && echo 'Change queued successfully' && echo 'Another change made' && echo 'Yet another change' && echo 'One more change' && echo 'Final change' && echo 'Another final change' && echo 'Yet another final change'",
|
|
14
|
-
"clean": "echo 'Cleaning up...' && rm -rf node_modules dist",
|
|
15
|
-
"lint": "echo 'Running lint checks...' && bun test --coverage",
|
|
16
|
-
"format": "echo 'Formatting code...' && bun run --prettier --write src/**/*.ts",
|
|
17
|
-
"docs": "echo 'Generating documentation...' && find src -name '*.ts' -exec echo 'Processing: {}' \\;",
|
|
18
|
-
"deploy": "echo 'Deploying application...' && bun run build && echo 'Deployment completed successfully'",
|
|
19
|
-
"db": "bun drizzle-kit"
|
|
20
|
-
},
|
|
21
|
-
"bin": {
|
|
22
|
-
"opencode": "./bin/opencode"
|
|
23
|
-
},
|
|
24
|
-
"randomField": "this-is-a-random-value-12345",
|
|
25
|
-
"exports": {
|
|
26
|
-
"./*": "./src/*.ts"
|
|
27
|
-
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"@babel/core": "7.28.4",
|
|
30
|
-
"@octokit/webhooks-types": "7.6.1",
|
|
31
|
-
"@opencode-ai/script": "workspace:*",
|
|
32
|
-
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
33
|
-
"@parcel/watcher-darwin-x64": "2.5.1",
|
|
34
|
-
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
35
|
-
"@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
36
|
-
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
37
|
-
"@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
38
|
-
"@parcel/watcher-win32-x64": "2.5.1",
|
|
39
|
-
"@standard-schema/spec": "1.0.0",
|
|
40
|
-
"@tsconfig/bun": "catalog:",
|
|
41
|
-
"@types/babel__core": "7.20.5",
|
|
42
|
-
"@types/bun": "catalog:",
|
|
43
|
-
"@types/mime-types": "3.0.1",
|
|
44
|
-
"@types/turndown": "5.0.5",
|
|
45
|
-
"@types/yargs": "17.0.33",
|
|
46
|
-
"@typescript/native-preview": "catalog:",
|
|
47
|
-
"drizzle-kit": "1.0.0-beta.12-a5629fb",
|
|
48
|
-
"drizzle-orm": "1.0.0-beta.12-a5629fb",
|
|
49
|
-
"typescript": "catalog:",
|
|
50
|
-
"vscode-languageserver-types": "3.17.5",
|
|
51
|
-
"why-is-node-running": "3.2.2",
|
|
52
|
-
"zod-to-json-schema": "3.24.5"
|
|
53
|
-
},
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"@actions/core": "1.11.1",
|
|
56
|
-
"@actions/github": "6.0.1",
|
|
57
|
-
"@agentclientprotocol/sdk": "0.14.1",
|
|
58
|
-
"@ai-sdk/amazon-bedrock": "3.0.82",
|
|
59
|
-
"@ai-sdk/anthropic": "2.0.65",
|
|
60
|
-
"@ai-sdk/azure": "2.0.91",
|
|
61
|
-
"@ai-sdk/cerebras": "1.0.36",
|
|
62
|
-
"@ai-sdk/cohere": "2.0.22",
|
|
63
|
-
"@ai-sdk/deepinfra": "1.0.36",
|
|
64
|
-
"@ai-sdk/gateway": "2.0.30",
|
|
65
|
-
"@ai-sdk/google": "2.0.54",
|
|
66
|
-
"@ai-sdk/google-vertex": "3.0.106",
|
|
67
|
-
"@ai-sdk/groq": "2.0.34",
|
|
68
|
-
"@ai-sdk/mistral": "2.0.27",
|
|
69
|
-
"@ai-sdk/openai": "2.0.89",
|
|
70
|
-
"@ai-sdk/openai-compatible": "1.0.32",
|
|
71
|
-
"@ai-sdk/perplexity": "2.0.23",
|
|
72
|
-
"@ai-sdk/provider": "2.0.1",
|
|
73
|
-
"@ai-sdk/provider-utils": "3.0.21",
|
|
74
|
-
"@ai-sdk/togetherai": "1.0.34",
|
|
75
|
-
"@ai-sdk/vercel": "1.0.33",
|
|
76
|
-
"@ai-sdk/xai": "2.0.51",
|
|
77
|
-
"@aws-sdk/credential-providers": "3.993.0",
|
|
78
|
-
"@clack/prompts": "1.0.0-alpha.1",
|
|
79
|
-
"@gitlab/gitlab-ai-provider": "3.6.0",
|
|
80
|
-
"@gitlab/opencode-gitlab-auth": "1.3.3",
|
|
81
|
-
"@hono/standard-validator": "0.1.5",
|
|
82
|
-
"@hono/zod-validator": "catalog:",
|
|
83
|
-
"@modelcontextprotocol/sdk": "1.25.2",
|
|
84
|
-
"@octokit/graphql": "9.0.2",
|
|
85
|
-
"@octokit/rest": "catalog:",
|
|
86
|
-
"@openauthjs/openauth": "catalog:",
|
|
87
|
-
"@opencode-ai/plugin": "workspace:*",
|
|
88
|
-
"@opencode-ai/script": "workspace:*",
|
|
89
|
-
"@opencode-ai/sdk": "workspace:*",
|
|
90
|
-
"@opencode-ai/util": "workspace:*",
|
|
91
|
-
"@openrouter/ai-sdk-provider": "1.5.4",
|
|
92
|
-
"@opentui/core": "0.1.81",
|
|
93
|
-
"@opentui/solid": "0.1.81",
|
|
94
|
-
"@parcel/watcher": "2.5.1",
|
|
95
|
-
"@pierre/diffs": "catalog:",
|
|
96
|
-
"@solid-primitives/event-bus": "1.1.2",
|
|
97
|
-
"@solid-primitives/scheduled": "1.5.2",
|
|
98
|
-
"@standard-schema/spec": "1.0.0",
|
|
99
|
-
"@zip.js/zip.js": "2.7.62",
|
|
100
|
-
"ai": "catalog:",
|
|
101
|
-
"ai-gateway-provider": "2.3.1",
|
|
102
|
-
"bonjour-service": "1.3.0",
|
|
103
|
-
"bun-pty": "0.4.8",
|
|
104
|
-
"chokidar": "4.0.3",
|
|
105
|
-
"clipboardy": "4.0.0",
|
|
106
|
-
"decimal.js": "10.5.0",
|
|
107
|
-
"diff": "catalog:",
|
|
108
|
-
"drizzle-orm": "1.0.0-beta.12-a5629fb",
|
|
109
|
-
"fuzzysort": "3.1.0",
|
|
110
|
-
"glob": "13.0.5",
|
|
111
|
-
"google-auth-library": "10.5.0",
|
|
112
|
-
"gray-matter": "4.0.3",
|
|
113
|
-
"hono": "catalog:",
|
|
114
|
-
"hono-openapi": "catalog:",
|
|
115
|
-
"ignore": "7.0.5",
|
|
116
|
-
"jsonc-parser": "3.3.1",
|
|
117
|
-
"mime-types": "3.0.2",
|
|
118
|
-
"minimatch": "10.0.3",
|
|
119
|
-
"open": "10.1.2",
|
|
120
|
-
"opentui-spinner": "0.0.6",
|
|
121
|
-
"partial-json": "0.1.7",
|
|
122
|
-
"react": "19.2.4",
|
|
123
|
-
"react-dom": "19.2.4",
|
|
124
|
-
"remeda": "catalog:",
|
|
125
|
-
"solid-js": "catalog:",
|
|
126
|
-
"strip-ansi": "7.1.2",
|
|
127
|
-
"tree-sitter-bash": "0.25.0",
|
|
128
|
-
"turndown": "7.2.0",
|
|
129
|
-
"ulid": "catalog:",
|
|
130
|
-
"vscode-jsonrpc": "8.2.1",
|
|
131
|
-
"web-tree-sitter": "0.25.10",
|
|
132
|
-
"xdg-basedir": "5.1.0",
|
|
133
|
-
"yargs": "18.0.0",
|
|
134
|
-
"zod": "catalog:",
|
|
135
|
-
"zod-to-json-schema": "3.24.5"
|
|
136
|
-
},
|
|
137
|
-
"overrides": {
|
|
138
|
-
"drizzle-orm": "1.0.0-beta.12-a5629fb"
|
|
139
|
-
}
|
|
140
|
-
}
|