UNPKG

seampass-password-generator

Version:

Secure password generation and strength checking by swissjake - Generate random and memorable passwords with CLI support

67 lines (66 loc) 1.63 kB
{ "name": "seampass-password-generator", "version": "1.0.20", "description": "Secure password generation and strength checking by swissjake - Generate random and memorable passwords with CLI support", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "bin": { "seampass": "./bin/seampass.js" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "bin" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint . --max-warnings 0", "check-types": "tsc --noEmit" }, "keywords": [ "password", "generator", "security", "random", "memorable", "eff", "wordlist", "crypto", "secure", "authentication", "generate", "login", "passwords", "password-generator", "seampass" ], "author": "Sofiritari Amgbara <sofiriamgbara@gmail.com> (https://seampass.com)", "maintainers": [ "Sofiritari Amgbara <sofiriamgbara@gmail.com>" ], "repository": { "type": "git", "url": "https://github.com/swissjake/SeamPass-Generator" }, "bugs": { "url": "https://github.com/swissjake/SeamPass-Generator/issues" }, "homepage": "https://github.com/swissjake/SeamPass-Generator/tree/master/apps/npm-package", "license": "MIT", "devDependencies": { "@seampass/eslint-config": "workspace:*", "@seampass/typescript-config": "workspace:*", "@types/node": "^22.15.3", "eslint": "^9.30.0", "tsup": "^8.2.4", "typescript": "^5.6.3" } }