-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "haveibeenpwnedchecker",
"version": "1.6.2",
"description": "Checks passwords for appearing in breaches using HaveIBeenPwned",
"main": "app.js",
"scripts": {
"test": "jest .",
"doc": "jsdoc --readme README.md -c jsdoc.json",
"start": "electron .",
"build-win": "node ./build/win64.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AstroGD/HaveIBeenPwnedChecker.git"
},
"author": "AstroGD Lukas Weber",
"license": "CC-BY-NC-ND-4.0",
"bugs": {
"url": "https://github.com/AstroGD/HaveIBeenPwnedChecker/issues"
},
"homepage": "https://github.com/AstroGD/HaveIBeenPwnedChecker#readme",
"dependencies": {
"follow-redirects": "^1.14.0",
"fs-extra": "^10.0.0"
},
"devDependencies": {
"electron": "19.0.4",
"electron-packager": "^15.2.0",
"jest": "28.1.1",
"jsdoc": "^3.6.6",
"minami": "^1.2.3",
"tidy-jsdoc": "^1.4.0"
}
}