@gadicc/watchbound-node-linux-x64-gnu 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 +8 -0
  2. package/package.json +32 -0
package/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # `@gadicc/watchbound-node-linux-x64-gnu`
2
+
3
+ This is an inert namespace bootstrap for Watchbound's Linux x64 GNU native
4
+ package. It intentionally contains no native binary, JavaScript entrypoint, or
5
+ install script and should not be added as a dependency.
6
+
7
+ Supported release artifacts will be published by Watchbound's trusted GitHub
8
+ release workflow.
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@gadicc/watchbound-node-linux-x64-gnu",
3
+ "version": "0.0.0-bootstrap.0",
4
+ "description": "Namespace bootstrap for Watchbound's Linux x64 GNU native package",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/gadicc/watchbound.git"
9
+ },
10
+ "homepage": "https://github.com/gadicc/watchbound#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/gadicc/watchbound/issues"
13
+ },
14
+ "files": [
15
+ "README.md"
16
+ ],
17
+ "os": [
18
+ "linux"
19
+ ],
20
+ "cpu": [
21
+ "x64"
22
+ ],
23
+ "libc": [
24
+ "glibc"
25
+ ],
26
+ "engines": {
27
+ "node": ">=24.15.0 <25"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ }
32
+ }