@kosli/cli-win32-x64 2.13.1-SNAPSHOT-b45c7e62
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 +1 -0
- package/bin/kosli.exe +0 -0
- package/package.json +20 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This is the Windows 64-bit binary for the Kosli CLI. See https://github.com/kosli-dev/cli for details.
|
package/bin/kosli.exe
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@kosli/cli-win32-x64",
|
|
3
|
+
"version": "2.13.1-SNAPSHOT-b45c7e62",
|
|
4
|
+
"description": "Windows x64 binary for @kosli/cli",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"os": [
|
|
7
|
+
"win32"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"bin": {"kosli": "bin/kosli.exe"},
|
|
13
|
+
"files": [
|
|
14
|
+
"bin/"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"registry": "https://registry.npmjs.org",
|
|
18
|
+
"access": "public"
|
|
19
|
+
}
|
|
20
|
+
}
|