electron-fingerprints/package.json

32 lines
810 B
JSON
Raw Permalink Normal View History

2021-07-15 18:40:24 +00:00
{
2022-03-31 07:52:58 +00:00
"name": "@captn3m0/electron-fingerprints",
2024-05-03 18:07:07 +00:00
"version": "2024.5.3",
2021-07-15 18:40:24 +00:00
"description": "Fingerprints of various files for all electron releases",
2021-07-18 11:35:37 +00:00
"main": "index.js",
2021-07-15 18:40:24 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/captn3m0/electron-fingerprints.git"
},
2021-07-18 11:35:37 +00:00
"scripts": {
2022-04-30 11:14:01 +00:00
"test": "node test.js",
"postversion": "git push && git push --tags && npm publish"
2021-07-18 11:35:37 +00:00
},
2021-07-15 18:40:24 +00:00
"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"
},
2022-01-13 06:59:02 +00:00
"homepage": "https://github.com/captn3m0/electron-fingerprints#readme",
"devDependencies": {
"semver": "^7.6.0"
2022-01-13 06:59:02 +00:00
}
2021-07-15 18:40:24 +00:00
}