passfather 4.2.2 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "passfather",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Passfather is very fast and powerful utility with zero dependencies to generate strong password",
|
|
5
5
|
"author": "Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)",
|
|
6
6
|
"contributors": [
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"install-all": "cd ./build && npm install && cd ../test && npm install",
|
|
18
|
+
"clean-all": "find . -type d \\( -name node_modules -o -name dist \\) -prune -exec rm -rf '{}' +",
|
|
18
19
|
"build": "cd ./build && npm run build",
|
|
19
20
|
"pretest": "npm run build",
|
|
20
21
|
"test": "cd ./test && npm test",
|
|
@@ -35,6 +36,9 @@
|
|
|
35
36
|
}
|
|
36
37
|
},
|
|
37
38
|
"license": "MIT",
|
|
39
|
+
"engines": {
|
|
40
|
+
"node": ">=20"
|
|
41
|
+
},
|
|
38
42
|
"keywords": [
|
|
39
43
|
"password",
|
|
40
44
|
"generator",
|