electron-fingerprints/package.json
dependabot[bot] 91ca2368d7 Bump semver from 7.5.2 to 7.5.3
Bumps [semver](https://github.com/npm/node-semver) from 7.5.2 to 7.5.3.
- [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.5.2...v7.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-23 21:10:02 +05:30

32 lines
811 B
JSON

{
"name": "@captn3m0/electron-fingerprints",
"version": "2023.6.22",
"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",
"postversion": "git push && git push --tags && npm publish"
},
"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.5.3"
}
}