which-electron/package.json

52 lines
1.3 KiB
JSON

{
"name": "which-electron",
"version": "1.1.5",
"description": "Guess which electron version is bundled in an application",
"bin": {
"which-electron": "src/index.js"
},
"scripts": {
"test": "uvu tests",
"release": "npm update && php _scripts/gen_versions.php && git add src/versions.json package-lock.json && git commit -m 'new release' && npm version patch"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/captn3m0/which-electron.git"
},
"engines": {
"node": " >=14.19.3 || >=16.15.0 || >=18.2.0"
},
"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": {
"@captn3m0/electron-fingerprints": "*",
"7zip-bin": "^5.1.1",
"disassembler": "^0.3.0-beta",
"elfinfo": "^0.3.0-beta",
"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"
},
"exports": "./src/index.js",
"devDependencies": {
"kuta": "*",
"uvu": "^0.5.3"
}
}