UNPKG

electron-rebuild

Version:

Electron supporting package to rebuild native node modules against the currently installed electron

30 lines (29 loc) 564 B
{ "name": "native-app", "productName": "Native App", "version": "1.0.0", "description": "", "main": "src/index.js", "scripts": { "start": "electron-forge start" }, "keywords": [], "author": "", "license": "MIT", "config": { "forge": "./forge.config.js" }, "devDependencies": { "@types/node": "^12.0.10", "ffi-napi": "2.4.5" }, "dependencies": { "@nlv8/signun": "1.3.4", "farmhash": "3.0.0", "electron-markdown": "0.6.0", "ref-napi": "1.4.2" }, "optionalDependencies": { "bcrypt": "3.0.6" } }