claude-quota-bar-darwin-x64 0.0.0-bootstrap
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/bin/.placeholder +1 -0
- package/package.json +16 -0
package/bin/.placeholder
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
bootstrap placeholder — real binary lands in v0.1.0+
|
package/package.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "claude-quota-bar-darwin-x64",
|
|
3
|
+
"version": "0.0.0-bootstrap",
|
|
4
|
+
"description": "Native binary for claude-quota-bar (macOS x64)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "git+https://github.com/xrf9268-hue/claude-quota-bar.git",
|
|
7
|
+
"os": [
|
|
8
|
+
"darwin"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"x64"
|
|
12
|
+
],
|
|
13
|
+
"files": [
|
|
14
|
+
"bin/"
|
|
15
|
+
]
|
|
16
|
+
}
|