@bloommedia/feral-agent-darwin-x64 2026.7.19
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/feral-agent +0 -0
- package/feral-cli +0 -0
- package/package.json +25 -0
package/feral-agent
ADDED
|
Binary file
|
package/feral-cli
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bloommedia/feral-agent-darwin-x64",
|
|
3
|
+
"version": "2026.7.19",
|
|
4
|
+
"description": "Feral CLI runtime for darwin-x64. Installed automatically by `feral-agent`.",
|
|
5
|
+
"license": "BUSL-1.1",
|
|
6
|
+
"homepage": "https://github.com/bloom500/feral#readme",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/bloom500/feral.git",
|
|
10
|
+
"directory": "FeralAgent"
|
|
11
|
+
},
|
|
12
|
+
"os": [
|
|
13
|
+
"darwin"
|
|
14
|
+
],
|
|
15
|
+
"cpu": [
|
|
16
|
+
"x64"
|
|
17
|
+
],
|
|
18
|
+
"files": [
|
|
19
|
+
"feral-cli",
|
|
20
|
+
"feral-agent"
|
|
21
|
+
],
|
|
22
|
+
"publishConfig": {
|
|
23
|
+
"access": "public"
|
|
24
|
+
}
|
|
25
|
+
}
|