@toloka-platform/cli-darwin-x64 0.0.0-bootstrap.1 → 0.2.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/bin/toloka +0 -0
- package/bin/toloka.sha256 +1 -0
- package/package.json +24 -1
package/bin/toloka
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
f239ba9011c23299aa5bc9ee188b6e38a3b91df6c66c424b241afb8cc9a3454e toloka
|
package/package.json
CHANGED
|
@@ -1 +1,24 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@toloka-platform/cli-darwin-x64",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Standalone Toloka CLI for darwin-x64",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"private": false,
|
|
7
|
+
"os": [
|
|
8
|
+
"darwin"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"x64"
|
|
12
|
+
],
|
|
13
|
+
"bin": {
|
|
14
|
+
"toloka": "bin/toloka"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"bin/toloka",
|
|
18
|
+
"bin/toloka.sha256"
|
|
19
|
+
],
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public",
|
|
22
|
+
"registry": "https://registry.npmjs.org/"
|
|
23
|
+
}
|
|
24
|
+
}
|