@opentray/ext-webview-darwin-x64 0.1.0

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/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @opentray/ext-webview-darwin-x64
2
+
3
+ macOS x64 native dynamic library package for `@opentray/ext-webview`.
4
+
5
+ This package is installed as an optional platform artifact. Source control does not commit the generated dynamic library; CI stages it into `lib/` before npm publish.
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@opentray/ext-webview-darwin-x64",
3
+ "version": "0.1.0",
4
+ "description": "OpenTray WebView native extension for macOS x64.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/jixoai/opentray"
9
+ },
10
+ "files": [
11
+ "lib",
12
+ "README.md"
13
+ ],
14
+ "os": [
15
+ "darwin"
16
+ ],
17
+ "cpu": [
18
+ "x64"
19
+ ],
20
+ "peerDependencies": {
21
+ "opentray": ">=0.1.0"
22
+ }
23
+ }