mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
10 lines
176 B
JSON
10 lines
176 B
JSON
{
|
|
"name": "@electron-ci/uv-dlopen",
|
|
"version": "0.0.1",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"install": "node-gyp configure && node-gyp build"
|
|
}
|
|
}
|