mirror of
https://github.com/mileswolfallen2/gelectron.git
synced 2026-09-08 04:43:14 +00:00
- Add auto-updater.js EventEmitter stub for electron-updater MacUpdater - Add session.fromPartition() stub for electron HTTP executor - Fix app.js getAppPath/getName methods - Update CLI to find napi .node files - Fix package.json napi config (binaryName/targets) - Add npm/darwin-arm64 platform package - Add .npmignore for clean publish
13 lines
284 B
JSON
13 lines
284 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"
|
|
}
|