{
  "name": "seampass-password-generator",
  "version": "1.0.17",
  "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",
    "swissjake",
    "seampass"
  ],
  "author": "swissjake (Sofiritari Amgbara) <sofiriamgbara@gmail.com>",
  "maintainers": [
    "swissjake <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"
  }
}
