electron-fingerprints/package.json
dependabot[bot] bbd2ac304b Bump semver from 7.3.6 to 7.3.7
Bumps [semver](https://github.com/npm/node-semver) from 7.3.6 to 7.3.7.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.6...v7.3.7)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 12:26:52 +05:30

31 lines
746 B
JSON

{
"name": "@captn3m0/electron-fingerprints",
"version": "2022.3.31",
"description": "Fingerprints of various files for all electron releases",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/captn3m0/electron-fingerprints.git"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"electron",
"fingerprint",
"security"
],
"author": "Nemo <npm@captnemo.in>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/captn3m0/electron-fingerprints/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"homepage": "https://github.com/captn3m0/electron-fingerprints#readme",
"devDependencies": {
"semver": "^7.3.7"
}
}