@codemieai/codemie-opencode-darwin-x64 0.0.41 → 0.0.43
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/README.md +14 -0
- package/bin/codemie +0 -0
- package/package.json +8 -2
package/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# @codemieai/codemie-opencode platform binary
|
|
2
|
+
|
|
3
|
+
This package contains a platform-specific binary for [`@codemieai/codemie-opencode`](https://www.npmjs.com/package/@codemieai/codemie-opencode).
|
|
4
|
+
|
|
5
|
+
It is **not meant to be installed directly** — it is installed automatically by the wrapper package when you install `@codemieai/codemie-opencode` or `@codemieai/code`.
|
|
6
|
+
|
|
7
|
+
## Links
|
|
8
|
+
|
|
9
|
+
- [Wrapper package](https://www.npmjs.com/package/@codemieai/codemie-opencode)
|
|
10
|
+
- [GitHub](https://github.com/codemie-ai/codemie-opencode)
|
|
11
|
+
|
|
12
|
+
## License
|
|
13
|
+
|
|
14
|
+
Apache-2.0
|
package/bin/codemie
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemieai/codemie-opencode-darwin-x64",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.43",
|
|
4
4
|
"os": [
|
|
5
5
|
"darwin"
|
|
6
6
|
],
|
|
7
7
|
"cpu": [
|
|
8
8
|
"x64"
|
|
9
9
|
],
|
|
10
|
-
"license": "Apache-2.0"
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"description": "Platform-specific binary for @codemieai/codemie-opencode",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/codemie-ai/codemie-opencode"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://github.com/codemie-ai/codemie-opencode"
|
|
11
17
|
}
|