which-electron/package.json

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2021-07-15 15:26:36 +00:00
{
"name": "which-electron",
2022-03-29 11:49:32 +00:00
"version": "1.1.5",
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": {
"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"
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",
2022-02-02 12:49:53 +00:00
"electron-fingerprints": "*",
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",
2021-11-24 09:35:35 +00:00
"semver": "^7.3.5",
"which": "^2.0.2"
2021-07-16 06:24:17 +00:00
},
"devDependencies": {
"kuta": "*"
2021-07-15 15:26:36 +00:00
}
}