@q3labs/pact-cli-linux-x64 0.2.2

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 +13 -0
  2. package/bin/pact +0 -0
  3. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @q3labs/pact-cli-linux-x64
2
+
3
+ Prebuilt `pact` binary for **linux-x64** (linux/x64).
4
+
5
+ This package is an implementation detail — it is installed automatically as an
6
+ optional dependency of [`@q3labs/pact-cli`](https://www.npmjs.com/package/@q3labs/pact-cli).
7
+ Install that instead:
8
+
9
+ ```bash
10
+ npm install -g @q3labs/pact-cli
11
+ ```
12
+
13
+ Source: https://github.com/pactnetwork/pact-monitor
package/bin/pact ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "@q3labs/pact-cli-linux-x64",
3
+ "version": "0.2.2",
4
+ "description": "Prebuilt `pact` binary for linux-x64. Installed automatically as an optional dependency of @q3labs/pact-cli.",
5
+ "license": "MIT",
6
+ "author": "Pact Network",
7
+ "repository": { "type": "git", "url": "git+https://github.com/pactnetwork/pact-monitor.git", "directory": "packages/cli" },
8
+ "homepage": "https://github.com/pactnetwork/pact-monitor/tree/main/packages/cli",
9
+ "os": ["linux"],
10
+ "cpu": ["x64"],
11
+ "files": ["bin"],
12
+ "publishConfig": { "access": "public" }
13
+ }