@plori/cli-linux-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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/bin/plori +0 -0
  3. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @plori/cli-linux-x64
2
+
3
+ The linux-x64 binary for the [plori CLI](https://www.npmjs.com/package/@plori/cli). Install `@plori/cli` instead of this package.
package/bin/plori ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@plori/cli-linux-x64",
3
+ "description": "plori CLI binary for linux-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
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ],
17
+ "files": [
18
+ "bin"
19
+ ]
20
+ }