passfather
Version:
Passfather is very fast and powerful utility with zero dependencies to generate strong password
62 lines • 1.62 kB
JSON
{
"name": "passfather",
"version": "4.1.0",
"description": "Passfather is very fast and powerful utility with zero dependencies to generate strong password",
"author": "Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)",
"contributors": [
"Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)"
],
"maintainers": [
"Evgeny Vyushin <e@vyushin.ru> (https://github.com/vyushin)"
],
"repository": {
"type": "git",
"url": "https://github.com/vyushin/passfather"
},
"scripts": {
"install-all": "cd ./build && npm install && cd ../test && npm install",
"build": "cd ./build && npm run build",
"pretest": "npm run build",
"test": "cd ./test && npm test",
"prepublish": "npm test && npm pack --dry-run"
},
"bugs": {
"url": "https://github.com/vyushin/passfather/issues"
},
"homepage": "https://github.com/vyushin/passfather",
"main": "./dist/umd/passfather.min.js",
"types": "./dist/passfather.d.ts",
"module": "./dist/esm/passfather.min.mjs",
"exports": {
".": {
"import": "./dist/esm/passfather.min.mjs",
"require": "./dist/umd/passfather.min.js",
"types": "./dist/passfather.d.ts"
}
},
"license": "MIT",
"keywords": [
"password",
"generator",
"passgen"
],
"directories": {
"doc": "./README.md"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"devDependencies": {},
"funding": [
{
"type": "buy_me_a_coffee",
"url": "https://buymeacoffee.com/vyushin"
},
{
"type": "Patreon",
"url": "https://www.patreon.com/vyushin"
}
]
}