FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
opencode/package.json at dev · lightsofapollo/opencode · GitHub
lightsofapollo
/
opencode
Public
forked from
anomalyco/opencode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
opencode
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
106 lines (106 loc) · 2.94 KB
Breadcrumbs
opencode
/
package.json
Copy path
File metadata and controls
106 lines (106 loc) · 2.94 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"$schema"
:
"
https://json.schemastore.org/package.json
"
,
"name"
:
"
opencode
"
,
"description"
:
"
AI-powered development tool
"
,
"private"
:
true
,
"type"
:
"
module
"
,
"packageManager"
:
"
bun@1.3.8
"
,
"scripts"
: {
"dev"
:
"
bun run --cwd packages/opencode --conditions=browser src/index.ts
"
,
"dev:desktop"
:
"
bun --cwd packages/desktop tauri dev
"
,
"dev:web"
:
"
bun --cwd packages/app dev
"
,
"typecheck"
:
"
bun turbo typecheck
"
,
"prepare"
:
"
husky
"
,
"random"
:
"
echo 'Random script'
"
,
"hello"
:
"
echo 'Hello World!'
"
,
"test"
:
"
echo 'do not run tests from root' && exit 1
"
},
"workspaces"
: {
"packages"
: [
"
packages/*
"
,
"
packages/console/*
"
,
"
packages/sdk/js
"
,
"
packages/slack
"
],
"catalog"
: {
"@types/bun"
:
"
1.3.8
"
,
"@octokit/rest"
:
"
22.0.0
"
,
"@hono/zod-validator"
:
"
0.4.2
"
,
"ulid"
:
"
3.0.1
"
,
"@kobalte/core"
:
"
0.13.11
"
,
"@types/luxon"
:
"
3.7.1
"
,
"@types/node"
:
"
22.13.9
"
,
"@types/semver"
:
"
7.7.1
"
,
"@tsconfig/node22"
:
"
22.0.2
"
,
"@tsconfig/bun"
:
"
1.0.9
"
,
"@cloudflare/workers-types"
:
"
4.20251008.0
"
,
"@openauthjs/openauth"
:
"
0.0.0-20250322224806
"
,
"@pierre/diffs"
:
"
1.0.2
"
,
"@solid-primitives/storage"
:
"
4.3.3
"
,
"@tailwindcss/vite"
:
"
4.1.11
"
,
"diff"
:
"
8.0.2
"
,
"dompurify"
:
"
3.3.1
"
,
"ai"
:
"
5.0.124
"
,
"hono"
:
"
4.10.7
"
,
"hono-openapi"
:
"
1.1.2
"
,
"fuzzysort"
:
"
3.1.0
"
,
"luxon"
:
"
3.6.1
"
,
"marked"
:
"
17.0.1
"
,
"marked-shiki"
:
"
1.2.1
"
,
"@playwright/test"
:
"
1.51.0
"
,
"typescript"
:
"
5.8.2
"
,
"@typescript/native-preview"
:
"
7.0.0-dev.20251207.1
"
,
"zod"
:
"
4.1.8
"
,
"remeda"
:
"
2.26.0
"
,
"shiki"
:
"
3.20.0
"
,
"solid-list"
:
"
0.3.0
"
,
"tailwindcss"
:
"
4.1.11
"
,
"virtua"
:
"
0.42.3
"
,
"vite"
:
"
7.1.4
"
,
"@solidjs/meta"
:
"
0.29.4
"
,
"@solidjs/router"
:
"
0.15.4
"
,
"@solidjs/start"
:
"
https://pkg.pr.new/@solidjs/start@dfb2020
"
,
"solid-js"
:
"
1.9.10
"
,
"vite-plugin-solid"
:
"
2.11.10
"
}
},
"devDependencies"
: {
"@actions/artifact"
:
"
5.0.1
"
,
"@tsconfig/bun"
:
"
catalog:
"
,
"husky"
:
"
9.1.7
"
,
"prettier"
:
"
3.6.2
"
,
"semver"
:
"
^7.6.0
"
,
"sst"
:
"
3.17.23
"
,
"turbo"
:
"
2.5.6
"
},
"dependencies"
: {
"@aws-sdk/client-s3"
:
"
3.933.0
"
,
"@opencode-ai/plugin"
:
"
workspace:*
"
,
"@opencode-ai/script"
:
"
workspace:*
"
,
"@opencode-ai/sdk"
:
"
workspace:*
"
,
"typescript"
:
"
catalog:
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/anomalyco/opencode
"
},
"license"
:
"
MIT
"
,
"prettier"
: {
"semi"
:
false
,
"printWidth"
:
120
},
"trustedDependencies"
: [
"
esbuild
"
,
"
protobufjs
"
,
"
tree-sitter
"
,
"
tree-sitter-bash
"
,
"
web-tree-sitter
"
],
"overrides"
: {
"@types/bun"
:
"
catalog:
"
,
"@types/node"
:
"
catalog:
"
},
"patchedDependencies"
: {
"@standard-community/standard-openapi@0.2.9"
:
"
patches/@standard-community%2Fstandard-openapi@0.2.9.patch
"
}
}
Back
|
FazBrowse Home
|
New Git URL