which-electron/package.json

44 lines
995 B
JSON
Raw Normal View History

2021-07-15 15:26:36 +00:00
{
"name": "which-electron",
2021-08-09 11:29:01 +00:00
"version": "1.0.3",
2021-07-15 15:26:36 +00:00
"description": "Guess which electron version is bundled in an application",
2021-07-18 11:56:38 +00:00
"main": "src/index.js",
2021-07-15 16:06:12 +00:00
"bin": {
2021-07-18 11:56:38 +00:00
"which-electron": "src/index.js"
2021-07-15 16:06:12 +00:00
},
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": {
"7zip-bin": "^5.1.1",
2021-07-15 21:02:52 +00:00
"electron-fingerprints": "^1.0.0",
2021-07-16 14:46:29 +00:00
"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-sort": "^0.0.4",
"which": "^2.0.2"
2021-07-16 06:24:17 +00:00
},
"devDependencies": {
"kuta": "*"
2021-07-15 15:26:36 +00:00
}
}