mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
11 lines
207 B
JSON
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"
|
|
}
|
|
}
|