{ "name": "which-electron", "version": "1.0.0", "description": "Guess which electron version is bundled in an application", "main": "index.js", "bin": { "which-electron": "index.js" }, "scripts": { "test": "kuta tests/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/captn3m0/which-electron.git" }, "keywords": [ "find", "electron", "version", "electron", "audit" ], "author": "Nemo ", "license": "MIT", "bugs": { "url": "https://github.com/captn3m0/which-electron/issues" }, "homepage": "https://github.com/captn3m0/which-electron#readme", "dependencies": { "7zip-bin": "^5.1.1", "electron-fingerprints": "^1.0.0", "hasha": "^5.2.2", "node-7z": "^3.0.0", "rimraf": "^3.0.2", "semver-sort": "^0.0.4" }, "devDependencies": { "kuta": "*" } }