@depot/cli-darwin-x64 0.0.1-cli.2.36.3

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/bin/depot +0 -0
  2. package/package.json +20 -0
package/bin/depot ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@depot/cli-darwin-x64",
3
+ "version": "0.0.1-cli.2.36.3",
4
+ "description": "The macOS Intel 64-bit binary for @depot/cli.",
5
+ "repository": "https://github.com/depot/cli",
6
+ "license": "MIT",
7
+ "engines": {
8
+ "node": ">=14"
9
+ },
10
+ "cpu": [
11
+ "x64"
12
+ ],
13
+ "os": [
14
+ "darwin"
15
+ ],
16
+ "publishConfig": {
17
+ "access": "public"
18
+ },
19
+ "preferUnplugged": true
20
+ }