@caffeineai/cli 0.1.0-dev.1 → 0.1.0-dev.10

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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +16 -13
package/README.md CHANGED
@@ -90,7 +90,6 @@ See the `@caffeineai/mcp` README for host configuration.
90
90
 
91
91
  ## Links
92
92
 
93
- - Source, issues, and release notes: https://github.com/caffeinelabs/caffeine-cli
94
93
  - Caffeine platform: https://caffeine.ai
95
94
 
96
95
  This package installs the matching platform binary through npm optional dependencies. Install the main package rather than a platform package directly.
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "@caffeineai/cli",
3
- "version": "0.1.0-dev.1",
3
+ "version": "0.1.0-dev.10",
4
4
  "description": "Caffeine CLI",
5
- "repository": {
6
- "type": "git",
7
- "url": "git+https://github.com/caffeinelabs/caffeine-cli.git"
8
- },
5
+ "homepage": "https://caffeine.ai",
9
6
  "license": "SEE LICENSE IN LICENSE",
10
7
  "bin": {
11
8
  "caffeine": "bin/caffeine.js",
@@ -18,16 +15,22 @@
18
15
  "LICENSE"
19
16
  ],
20
17
  "optionalDependencies": {
21
- "@caffeineai/cli-darwin-arm64": "0.1.0-dev.1",
22
- "@caffeineai/cli-darwin-x64": "0.1.0-dev.1",
23
- "@caffeineai/cli-linux-arm64-glibc": "0.1.0-dev.1",
24
- "@caffeineai/cli-linux-x64-glibc": "0.1.0-dev.1",
25
- "@caffeineai/cli-linux-arm64-musl": "0.1.0-dev.1",
26
- "@caffeineai/cli-linux-x64-musl": "0.1.0-dev.1",
27
- "@caffeineai/cli-win32-arm64": "0.1.0-dev.1",
28
- "@caffeineai/cli-win32-x64": "0.1.0-dev.1"
18
+ "@caffeineai/cli-darwin-arm64": "0.1.0-dev.10",
19
+ "@caffeineai/cli-darwin-x64": "0.1.0-dev.10",
20
+ "@caffeineai/cli-linux-arm64-glibc": "0.1.0-dev.10",
21
+ "@caffeineai/cli-linux-x64-glibc": "0.1.0-dev.10",
22
+ "@caffeineai/cli-linux-arm64-musl": "0.1.0-dev.10",
23
+ "@caffeineai/cli-linux-x64-musl": "0.1.0-dev.10",
24
+ "@caffeineai/cli-win32-arm64": "0.1.0-dev.10",
25
+ "@caffeineai/cli-win32-x64": "0.1.0-dev.10"
29
26
  },
27
+ "preferGlobal": true,
30
28
  "publishConfig": {
31
29
  "access": "public"
30
+ },
31
+ "caffeine": {
32
+ "distribution": "npmjs",
33
+ "packageName": "@caffeineai/cli",
34
+ "publishedAt": "2026-05-05T12:01:36.617Z"
32
35
  }
33
36
  }