@plori/cli-win32-x64 0.1.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.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @plori/cli-win32-x64
2
+
3
+ The win32-x64 binary for the [plori CLI](https://www.npmjs.com/package/@plori/cli). Install `@plori/cli` instead of this package.
package/bin/plori.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@plori/cli-win32-x64",
3
+ "description": "plori CLI binary for win32-x64 (installed via @plori/cli)",
4
+ "version": "0.1.0",
5
+ "license": "MIT",
6
+ "homepage": "https://plori.ai",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/plori-ai/plori.git"
10
+ },
11
+ "os": [
12
+ "win32"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ],
17
+ "files": [
18
+ "bin"
19
+ ]
20
+ }