@openfactor/cli-darwin-x64 0.3.0-1790502407.gf9019b0ce010
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/openfactor +4 -0
- package/package.json +20 -0
package/openfactor
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@openfactor/cli-darwin-x64",
|
|
3
|
+
"version": "0.3.0-1790502407.gf9019b0ce010",
|
|
4
|
+
"description": "Open Factor CLI native binary for darwin-x64",
|
|
5
|
+
"license": "UNLICENSED",
|
|
6
|
+
"homepage": "https://openfactor.ai/developers",
|
|
7
|
+
"files": [
|
|
8
|
+
"openfactor"
|
|
9
|
+
],
|
|
10
|
+
"os": [
|
|
11
|
+
"darwin"
|
|
12
|
+
],
|
|
13
|
+
"cpu": [
|
|
14
|
+
"x64"
|
|
15
|
+
],
|
|
16
|
+
"preferUnplugged": true,
|
|
17
|
+
"publishConfig": {
|
|
18
|
+
"access": "public"
|
|
19
|
+
}
|
|
20
|
+
}
|