@curlydots/cli-linux-x64 0.0.0-stub.20260208160152

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 ADDED
@@ -0,0 +1,3 @@
1
+ # @curlydots/cli-linux-x64
2
+
3
+ Bootstrap stub package for CurlyDots trusted publishing setup.
package/bin/curlydots ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env sh
2
+ echo "CurlyDots bootstrap stub package."
3
+ exit 1
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@curlydots/cli-linux-x64",
3
+ "version": "0.0.0-stub.20260208160152",
4
+ "description": "Bootstrap stub package for CurlyDots trusted publishing",
5
+ "private": false,
6
+ "os": ["linux"],
7
+ "cpu": ["x64"],
8
+ "bin": {
9
+ "curlydots": "bin/curlydots"
10
+ },
11
+ "files": ["bin", "README.md"],
12
+ "publishConfig": {
13
+ "access": "public"
14
+ }
15
+ }