You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
705 B
26 lines
705 B
{
|
|
"name": "@electron-forge/plugin-auto-unpack-natives",
|
|
"version": "6.4.2",
|
|
"description": "Auto Unpack Natives plugin for Electron Forge, automatically adds native node modules to asar.unpacked",
|
|
"repository": "https://github.com/electron/forge",
|
|
"author": "Samuel Attard",
|
|
"license": "MIT",
|
|
"main": "dist/AutoUnpackNativesPlugin.js",
|
|
"typings": "dist/AutoUnpackNativesPlugin.d.ts",
|
|
"engines": {
|
|
"node": ">= 14.17.5"
|
|
},
|
|
"dependencies": {
|
|
"@electron-forge/plugin-base": "6.4.2",
|
|
"@electron-forge/shared-types": "6.4.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"gitHead": "3e6fe255395f96e0a28bd1a487ae33eea86465a7"
|
|
}
|