movelite-darwin-x64 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 +12 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # movelite-darwin-x64
2
+
3
+ Placeholder version (`0.0.0`) published once to create the package on npm so a
4
+ Trusted Publisher can be configured. Real pre-built binaries for `darwin-x64`
5
+ arrive from CI starting at the next release. Installed automatically as an
6
+ optional dependency of [`movelite`](https://www.npmjs.com/package/movelite) — do
7
+ not install directly.
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "movelite-darwin-x64",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder to bootstrap npm Trusted Publishing for movelite-darwin-x64. The real pre-built binary is published by CI starting at the next release.",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/gilbertsahumada/movelite.git"
8
+ },
9
+ "license": "Apache-2.0",
10
+ "os": ["darwin"],
11
+ "cpu": ["x64"]
12
+ }