@perryts/perry-darwin-arm64 0.0.1-bootstrap
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 +9 -0
- package/package.json +13 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @perryts/perry-darwin-arm64
|
|
2
|
+
|
|
3
|
+
Namespace-reservation placeholder.
|
|
4
|
+
|
|
5
|
+
The first functional release will be published automatically by CI via
|
|
6
|
+
[Trusted Publishers / OIDC](https://docs.npmjs.com/trusted-publishers).
|
|
7
|
+
For the real entry point, install [`@perryts/perry`](https://www.npmjs.com/package/@perryts/perry).
|
|
8
|
+
|
|
9
|
+
Source: https://github.com/PerryTS/perry
|
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@perryts/perry-darwin-arm64",
|
|
3
|
+
"version": "0.0.1-bootstrap",
|
|
4
|
+
"description": "Namespace-reservation placeholder for @perryts/perry-darwin-arm64. Real releases are published automatically via CI (Trusted Publishers / OIDC). Install @perryts/perry@latest instead.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/PerryTS/perry.git"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/PerryTS/perry#readme",
|
|
11
|
+
"bugs": { "url": "https://github.com/PerryTS/perry/issues" },
|
|
12
|
+
"publishConfig": { "access": "public" }
|
|
13
|
+
}
|