@candorsystems/candor-cli 0.3.77-linux-x64 → 0.3.77

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/candor CHANGED
Binary file
package/package.json CHANGED
@@ -1,23 +1,39 @@
1
1
  {
2
2
  "name": "@candorsystems/candor-cli",
3
- "version": "0.3.77-linux-x64",
4
- "description": "Candor CLI binary for linux-x64.",
3
+ "version": "0.3.77",
4
+ "description": "Candor CLI launcher for the candor command.",
5
+ "keywords": [
6
+ "finance",
7
+ "personal-finance",
8
+ "budgeting",
9
+ "money-management",
10
+ "financial-planning",
11
+ "ai-agent",
12
+ "cli"
13
+ ],
5
14
  "license": "UNLICENSED",
6
15
  "homepage": "https://candor.money",
7
16
  "repository": {
8
17
  "type": "git",
9
18
  "url": "git+https://github.com/candorsystems/candor-finance.git"
10
19
  },
11
- "os": [
12
- "linux"
13
- ],
14
- "cpu": [
15
- "x64"
16
- ],
20
+ "bin": {
21
+ "candor": "bin/candor"
22
+ },
17
23
  "files": [
18
24
  "bin",
19
25
  "README.md"
20
26
  ],
27
+ "optionalDependencies": {
28
+ "@candorsystems/candor-cli-darwin-arm64": "npm:@candorsystems/candor-cli@0.3.77-darwin-arm64",
29
+ "@candorsystems/candor-cli-darwin-x64": "npm:@candorsystems/candor-cli@0.3.77-darwin-x64",
30
+ "@candorsystems/candor-cli-linux-arm64": "npm:@candorsystems/candor-cli@0.3.77-linux-arm64",
31
+ "@candorsystems/candor-cli-linux-x64": "npm:@candorsystems/candor-cli@0.3.77-linux-x64",
32
+ "@candorsystems/candor-cli-win32-x64": "npm:@candorsystems/candor-cli@0.3.77-win32-x64"
33
+ },
34
+ "engines": {
35
+ "node": ">=20"
36
+ },
21
37
  "publishConfig": {
22
38
  "access": "public"
23
39
  }
package/bin/keyring.node DELETED
Binary file