@kitlangton/ghui-darwin-arm64 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 +4 -0
  2. package/package.json +21 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # @kitlangton/ghui-darwin-arm64
2
+
3
+ Placeholder package used to bootstrap trusted publishing for ghui platform binaries.
4
+ Real binaries are published by https://github.com/kitlangton/ghui/releases.
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@kitlangton/ghui-darwin-arm64",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder used to bootstrap trusted publishing for ghui platform binaries.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/kitlangton/ghui.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/kitlangton/ghui/issues"
12
+ },
13
+ "homepage": "https://github.com/kitlangton/ghui#readme",
14
+ "os": ["darwin"],
15
+ "cpu": ["arm64"],
16
+ "files": ["README.md"],
17
+ "publishConfig": {
18
+ "access": "public",
19
+ "registry": "https://registry.npmjs.org/"
20
+ }
21
+ }