Files
electron/spec/fixtures/native-addon/uv-dlopen/package.json
2025-11-17 16:04:51 -08:00

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"
}
}