which-electron/package.json

40 lines
852 B
JSON
Raw Normal View History

2021-07-15 15:26:36 +00:00
{
"name": "which-electron",
"version": "1.0.0",
"description": "Guess which electron version is bundled in an application",
"main": "index.js",
2021-07-15 16:06:12 +00:00
"bin": {
"which-electron": "index.js"
},
2021-07-15 15:26:36 +00:00
"scripts": {
2021-07-16 06:24:17 +00:00
"test": "kuta tests/*.js"
2021-07-15 15:26:36 +00:00
},
"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": {
"asar": "^3.0.3",
2021-07-15 21:02:52 +00:00
"electron-fingerprints": "^1.0.0",
2021-07-15 15:26:36 +00:00
"elfinfo": "*",
2021-07-15 16:06:12 +00:00
"macho": "^1.4.0",
"node-7z": "^3.0.0"
2021-07-16 06:24:17 +00:00
},
"devDependencies": {
"kuta": "*"
2021-07-15 15:26:36 +00:00
}
}