vesper-code-windows-x64 1.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.
Files changed (3) hide show
  1. package/README.md +9 -0
  2. package/package.json +19 -0
  3. package/vesper.exe +0 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # vesper-code-windows-x64
2
+
3
+ Platform binary for Vesper Code.
4
+
5
+ Install the main package instead:
6
+
7
+ ```bash
8
+ npm install -g vesper-code
9
+ ```
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "vesper-code-windows-x64",
3
+ "version": "1.0.1",
4
+ "description": "Vesper Code binary for win32-x64",
5
+ "license": "MIT",
6
+ "os": [
7
+ "win32"
8
+ ],
9
+ "cpu": [
10
+ "x64"
11
+ ],
12
+ "files": [
13
+ "vesper.exe",
14
+ "README.md"
15
+ ],
16
+ "publishConfig": {
17
+ "access": "public"
18
+ }
19
+ }
package/vesper.exe ADDED
Binary file