peakypanes-linux-x64 0.0.1

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,5 @@
1
+ # peakypanes-linux-x64
2
+
3
+ This package contains the peakypanes binary for linux x64.
4
+
5
+ It is installed automatically via optionalDependencies from the main peakypanes package.
package/bin/peakypanes ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "peakypanes-linux-x64",
3
+ "version": "0.0.1",
4
+ "description": "Peaky Panes binary for linux x64.",
5
+ "license": "MIT",
6
+ "homepage": "https://github.com/regenrek/peakypanes",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/regenrek/peakypanes.git"
10
+ },
11
+ "os": [
12
+ "linux"
13
+ ],
14
+ "cpu": [
15
+ "x64"
16
+ ],
17
+ "files": [
18
+ "bin/peakypanes",
19
+ "README.md"
20
+ ],
21
+ "publishConfig": {
22
+ "access": "public"
23
+ }
24
+ }