@langgenius/nodwork-linux-x64 0.0.0-bootstrap.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 +2 -0
  2. package/package.json +10 -0
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ Bootstrap placeholder package reserved for nod.work trusted publishing setup.
2
+ Do not install. Real releases will be published under a normal dist-tag.
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "@langgenius/nodwork-linux-x64",
3
+ "version": "0.0.0-bootstrap.0",
4
+ "private": false,
5
+ "description": "Bootstrap placeholder package reserved for nod.work release setup.",
6
+ "publishConfig": { "access": "public" },
7
+ "os": ["linux"],
8
+ "cpu": ["x64"],
9
+ "license": "MIT"
10
+ }