@phystack/phyctl-darwin-x64 4.5.48-dev

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/package.json +22 -0
  2. package/phyctl +0 -0
package/package.json ADDED
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "@phystack/phyctl-darwin-x64",
3
+ "version": "4.5.48-dev",
4
+ "description": "phyctl binary for macOS x64",
5
+ "license": "MIT",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "os": [
10
+ "darwin"
11
+ ],
12
+ "cpu": [
13
+ "x64"
14
+ ],
15
+ "files": [
16
+ "phyctl"
17
+ ],
18
+ "scripts": {
19
+ "prepublishOnly": "test -f phyctl || (echo 'Binary not found. Run yarn build:binaries first.' && exit 1)"
20
+ },
21
+ "gitHead": "e2f0667fbec67f95682aae0cb7b41c24cabf6a45"
22
+ }
package/phyctl ADDED
Binary file