Files
electron/spec/fixtures/native-addon/dialog-helper/package.json
trop[bot] c63e0d8b96 test: add interactive macOS dialog tests (#50528)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2026-03-27 08:20:36 -04:00

11 lines
207 B
JSON

{
"name": "@electron-ci/dialog-helper",
"version": "0.0.1",
"main": "./lib/index.js",
"private": true,
"licenses": "MIT",
"scripts": {
"install": "node-gyp configure && node-gyp build"
}
}