|
7 | 7 | "dependencies": { |
8 | 8 | "@ast-grep/cli": "^0.40.0", |
9 | 9 | "@ast-grep/napi": "^0.40.0", |
10 | | - "@code-yeongyu/comment-checker": "^0.4.1", |
| 10 | + "@code-yeongyu/comment-checker": "^0.4.4", |
11 | 11 | "@opencode-ai/plugin": "^1.0.7", |
12 | 12 | "xdg-basedir": "^5.1.0", |
13 | 13 | "zod": "^4.1.8", |
14 | 14 | }, |
15 | 15 | "devDependencies": { |
16 | 16 | "bun-types": "latest", |
| 17 | + "oh-my-opencode": "^0.1.30", |
17 | 18 | "typescript": "^5.7.3", |
18 | 19 | }, |
19 | 20 | "peerDependencies": { |
|
63 | 64 |
|
64 | 65 | "@ast-grep/napi-win32-x64-msvc": [ "@ast-grep/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-Hk2IwfPqMFGZt5SRxsoWmGLxBXxprow4LRp1eG6V8EEiJCNHxZ9ZiEaIc5bNvMDBjHVSnqZAXT22dROhrcSKQg=="], |
65 | 66 |
|
66 | | - "@code-yeongyu/comment-checker": [ "@code-yeongyu/[email protected].1", "", { "os": [ "linux", "win32", "darwin", ], "cpu": [ "x64", "arm64", ], "bin": { "comment-checker": "bin/comment-checker" } }, "sha512-E7p1V8CsRj9hMbwENd9BfxZGWYu+lKS5tXGuNNcNtkRMhWvwM/ononysKpLB7LXdxfSYAn0j7heJydyzEmm+lg=="], |
| 67 | + "@code-yeongyu/comment-checker": [ "@code-yeongyu/[email protected].4", "", { "os": [ "linux", "win32", "darwin", ], "cpu": [ "x64", "arm64", ], "bin": { "comment-checker": "bin/comment-checker" } }, "sha512-vsbdLMQYJJNDV/baTDnNqqg/MZwA+9nz7TE6Mybj8zjZVTCn4ZivH4hAdD5p4fLxhGZEJ5x1UDmXA6pAGA7lHA=="], |
67 | 68 |
|
68 | 69 | "@opencode-ai/plugin": [ "@opencode-ai/[email protected]", "", { "dependencies": { "@opencode-ai/sdk": "1.0.128", "zod": "4.1.8" } }, "sha512-M5vjz3I6KeoBSNduWmT5iHXRtTLCqICM5ocs+WrB3uxVorslcO3HVwcLzrERh/ntpxJ/1xhnHQaeG6Mg+P744A=="], |
69 | 70 |
|
|
99 | 100 |
|
100 | 101 | "detect-libc": [ "[email protected]", "", {}, "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ=="], |
101 | 102 |
|
| 103 | + "oh-my-opencode": [ "[email protected]", "", { "dependencies": { "@ast-grep/cli": "^0.40.0", "@ast-grep/napi": "^0.40.0", "@code-yeongyu/comment-checker": "^0.4.1", "@opencode-ai/plugin": "^1.0.7", "xdg-basedir": "^5.1.0", "zod": "^4.1.8" }, "peerDependencies": { "bun": ">=1.0.0" } }, "sha512-pXGGgL/7Jcz3yuGJJTI72BKern2egwfRz2LQZTBq+jl+pNCybOvGvXtFmR+WGlF8O3ZjL1wIHypBbIVuHOBzxg=="], |
| 104 | + |
102 | 105 | "typescript": [ "[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], |
103 | 106 |
|
104 | 107 | "undici-types": [ "[email protected]", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="], |
105 | 108 |
|
106 | 109 | "xdg-basedir": [ "[email protected]", "", {}, "sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ=="], |
107 | 110 |
|
108 | 111 | "zod": [ "[email protected]", "", {}, "sha512-5R1P+WwQqmmMIEACyzSvo4JXHY5WiAFHRMg+zBZKgKS+Q1viRa0C1hmUKtHltoIFKtIdki3pRxkmpP74jnNYHQ=="], |
| 112 | + |
| 113 | + "oh-my-opencode/@code-yeongyu/comment-checker": [ "@code-yeongyu/[email protected]", "", { "os": [ "linux", "win32", "darwin", ], "cpu": [ "x64", "arm64", ], "bin": { "comment-checker": "bin/comment-checker" } }, "sha512-E7p1V8CsRj9hMbwENd9BfxZGWYu+lKS5tXGuNNcNtkRMhWvwM/ononysKpLB7LXdxfSYAn0j7heJydyzEmm+lg=="], |
109 | 114 | } |
110 | 115 | } |
0 commit comments