mirror of
https://github.com/mileswolfallen2/gelectron.git
synced 2026-09-08 12:43:16 +00:00
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name": "gelectron-darwin-arm64",
|
|
"version": "0.1.0",
|
|
"description": "Gelectron native binary for macOS ARM64",
|
|
"main": "gelectron_core.darwin-arm64.node",
|
|
"files": [
|
|
"gelectron_core.darwin-arm64.node"
|
|
],
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT"
|
|
} |