keelrun-cli-darwin-x64 0.1.1

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/keel +0 -0
  2. package/package.json +14 -0
package/keel ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "keelrun-cli-darwin-x64",
3
+ "version": "0.1.1",
4
+ "description": "Prebuilt `keel` CLI binary for macOS x86_64 (darwin-x64). Optional dependency of keelrun-cli — installed automatically on a matching platform, ignored otherwise. See scripts/cli-prebuild.sh.",
5
+ "os": ["darwin"],
6
+ "cpu": ["x64"],
7
+ "main": "keel",
8
+ "files": ["keel"],
9
+ "license": "Apache-2.0",
10
+ "private": false,
11
+ "engines": {
12
+ "node": ">=18"
13
+ }
14
+ }