2019-12-22 00:46:32 +00:00
|
|
|
{
|
|
|
|
"name": "password",
|
2024-02-15 22:36:28 +00:00
|
|
|
"version": "1.0.4",
|
2019-12-22 00:46:32 +00:00
|
|
|
"description": "",
|
|
|
|
"bin": {
|
2024-02-15 22:36:28 +00:00
|
|
|
"new-password": "./lib/cli.js"
|
2019-12-22 00:46:32 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-02-15 22:36:28 +00:00
|
|
|
"version:bump": "npm version patch --no-git-tag-version --silent",
|
|
|
|
"version:extract": "cat package.json | grep version | head -1 | awk -F: '{ print $2 }'",
|
|
|
|
"newPassword":"node ./lib/cli.js"
|
2019-12-22 00:46:32 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
2024-02-15 22:36:28 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"pbrute": "^0.3.0",
|
|
|
|
"pw-strength": "^1.0.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.7.0"
|
|
|
|
}
|
2019-12-22 00:46:32 +00:00
|
|
|
}
|