🏡 index : github.com/captn3m0/which-electron.git

{
  "name": "which-electron",
  "version": "1.1.5",
  "description": "Guess which electron version is bundled in an application",
  "main": "src/index.js",
  "bin": {
    "which-electron": "src/index.js"
  },
  "scripts": {
    "test": "kuta tests/*.js",
    "release": "npm update && php _scripts/gen_versions.php && git add src/versions.json package-lock.json && git commit -m 'new release' && npm version patch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/captn3m0/which-electron.git"
  },
  "keywords": [
    "find",
    "electron",
    "version",
    "electron",
    "audit"
  ],
  "author": "Nemo <npm@captnemo.in>",
  "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": "*",
    "hasha": "^5.2.2",
    "is-valid-http-url": "^1.0.3",
    "node-7z": "^3.0.0",
    "nodejs-file-downloader": "^4.7.1",
    "rimraf": "^3.0.2",
    "semver": "^7.3.5",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "kuta": "*"
  }
}