browserctrl-darwin-arm64 0.4.0-alpha.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/browserctrl +0 -0
  2. package/package.json +15 -0
package/browserctrl ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "browserctrl-darwin-arm64",
3
+ "version": "0.4.0-alpha.1",
4
+ "description": "BrowserCtrl native binary for macOS on Apple Silicon (M-series). Not for direct use — install `browserctrl` instead.",
5
+ "homepage": "https://github.com/DeRaowl/browserctrl#readme",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/DeRaowl/browserctrl.git",
9
+ "directory": "npm/darwin-arm64"
10
+ },
11
+ "license": "MIT OR Apache-2.0",
12
+ "os": ["darwin"],
13
+ "cpu": ["arm64"],
14
+ "files": ["browserctrl"]
15
+ }