@anycap/cli-win32-x64 0.0.0 → 0.0.3
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/bin/anycap.exe +0 -0
- package/package.json +18 -5
package/bin/anycap.exe
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anycap/cli-win32-x64",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "AnyCap CLI binary for win32-x64
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "AnyCap CLI binary for win32-x64",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"repository": {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/anycap-ai/anycap"
|
|
9
|
+
},
|
|
10
|
+
"os": [
|
|
11
|
+
"win32"
|
|
12
|
+
],
|
|
13
|
+
"cpu": [
|
|
14
|
+
"x64"
|
|
15
|
+
],
|
|
16
|
+
"bin": {
|
|
17
|
+
"anycap": "bin/anycap.exe"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"bin/"
|
|
21
|
+
]
|
|
9
22
|
}
|