@imagerry/cli-win32-arm64 0.1.5-beta

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/LICENSE.md ADDED
@@ -0,0 +1,7 @@
1
+ Imagerry Proprietary License
2
+ Copyright (c) Imagerry. All rights reserved.
3
+
4
+ This software is a commercial product. Use of this software requires a valid,
5
+ purchased license key from imagerry.com.
6
+
7
+ For full terms of service, please visit: https://imagerry.com/legal
package/README.md ADDED
@@ -0,0 +1 @@
1
+ This is the win32-arm64 binary for @imagerry/cli. Install that package directly.
package/engine.node ADDED
Binary file
package/imagerry.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@imagerry/cli-win32-arm64",
3
+ "version": "0.1.5-beta",
4
+ "description": "Imagerry CLI native binary for win32 arm64",
5
+ "os": [
6
+ "win32"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "license": "SEE LICENSE IN LICENSE.md"
12
+ }