@claudiolabs/claudin-win32-x64 0.0.0

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @claudiolabs/claudin-win32-x64
2
+
3
+ Placeholder `0.0.0`. The real win32-x64 binary is published by Claudin's release CI. Install `@claudiolabs/claudin` instead — it resolves this package automatically for your platform.
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@claudiolabs/claudin-win32-x64",
3
+ "version": "0.0.0",
4
+ "description": "Native binary of Claudin for win32-x64. Placeholder for the first publish — real binaries are published by CI (release-binaries.yml). Do not install directly; @claudiolabs/claudin pulls the matching one automatically via optionalDependencies.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/claudio-labs/claudin.git"
9
+ },
10
+ "homepage": "https://github.com/claudio-labs/claudin#readme",
11
+ "os": [
12
+ "win32"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ],
17
+ "publishConfig": {
18
+ "access": "public"
19
+ }
20
+ }