@mandors/cli 0.0.22 → 0.0.25
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/npm/bin/mandor +0 -0
- package/package.json +4 -4
package/npm/bin/mandor
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mandors/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "Event-based task manager CLI for AI agent workflows",
|
|
5
|
-
"main": "lib/index.js",
|
|
5
|
+
"main": "npm/lib/index.js",
|
|
6
6
|
"bin": {
|
|
7
|
-
"mandor": "
|
|
7
|
+
"mandor": "npm/bin/mandor"
|
|
8
8
|
},
|
|
9
9
|
"os": [
|
|
10
10
|
"darwin",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"node": ">=16.0.0"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
|
-
"postinstall": "node npm/lib/install.js
|
|
22
|
+
"postinstall": "node npm/lib/install.js",
|
|
23
23
|
"build": "node npm/scripts/build.js",
|
|
24
24
|
"build:darwin:x64": "GOOS=darwin GOARCH=x64 go build -o binaries/darwin-x64/mandor ./cmd/mandor",
|
|
25
25
|
"build:darwin:arm64": "GOOS=darwin GOARCH=arm64 go build -o binaries/darwin-arm64/mandor ./cmd/mandor",
|