{
  "name": "unique-login-credential",
  "version": "2.0.0",
  "description": "A package for generating unique passwords and usernames.",
  "main": "./dist/index.js",
  "module": "./dist/cjs/index.cjs",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/cjs/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build",
    "postbuild": "node makeExportFile.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HarshDev1809/unique-login-credential.git"
  },
  "keywords": [
    "auth-utils",
    "authentication",
    "backend-utilities",
    "commonjs",
    "credential-generation",
    "credential-generator",
    "es-modules",
    "generate-password",
    "generate-username",
    "login-credentials",
    "login-helper",
    "node.js",
    "nodejs",
    "password",
    "password-generator",
    "random-password",
    "random-username",
    "randomization",
    "secure-password",
    "security",
    "typescript",
    "unique-password",
    "unique-username",
    "user-auth",
    "user-credentials",
    "user-identity",
    "username",
    "username-generator",
    "utility"
  ],
  "author": "Harsh Dev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HarshDev1809/unique-login-credential/issues"
  },
  "homepage": "https://github.com/HarshDev1809/unique-login-credential#readme",
  "devDependencies": {
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  }
}
