-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.46 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "password-strength-tester",
"version": "1.0.4",
"description": "A customizable password strength checker and generator",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"build": "tsc"
},
"keywords": [
"password",
"security",
"generator",
"strength",
"checker",
"tester",
"password-strength-tester",
"password-strength-generator",
"password-strength-test",
"password-strength-checker",
"password-validator",
"password-validation",
"password-security",
"strong-password",
"secure-password",
"password-rules",
"password-policy",
"password-requirements",
"password-complexity",
"password-score",
"password-meter",
"password-rating",
"password-analysis",
"password-evaluation",
"password-quality",
"password-safety",
"password-generator-tool",
"password-strength-validator",
"password-strength-meter",
"password-strength-indicator"
],
"author": "ErenayFC",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ErenayFC/password-strength-tester"
},
"bugs": {
"url": "https://github.com/ErenayFC/password-strength-tester/issues"
},
"homepage": "https://github.com/ErenayFC/password-strength-tester#readme",
"devDependencies": {
"@types/node": "^18.19.59",
"jest": "^28.1.3",
"typescript": "^4.9.5"
}
}