@haiyangbg/buildbeat 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 +7 -0
  2. package/package.json +18 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # BuildBeat registry bootstrap
2
+
3
+ This `0.0.0` artifact exists only to establish the public `@haiyangbg/buildbeat` package before binding npm Trusted Publishing.
4
+
5
+ It is not a BuildBeat release, does not expose a CLI, and is intentionally published under the non-default `bootstrap` dist-tag. Use only a version independently verified under the `latest` tag.
6
+
7
+ Canonical repository: https://github.com/HaiYangBG1/BuildBeat
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@haiyangbg/buildbeat",
3
+ "version": "0.0.0",
4
+ "description": "Registry bootstrap placeholder for BuildBeat Trusted Publishing.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/HaiYangBG1/BuildBeat.git"
9
+ },
10
+ "homepage": "https://github.com/HaiYangBG1/BuildBeat#readme",
11
+ "files": [
12
+ "README.md"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public",
16
+ "registry": "https://registry.npmjs.org/"
17
+ }
18
+ }