UNPKG

reddit-style-username-generator

Version:

A utility for generating and storing unique username combinations in Redis. This package reads usernames from a file, generates combinations with specified colors and nouns, and stores them in a Redis set.

65 lines (64 loc) 1.61 kB
{ "name": "reddit-style-username-generator", "version": "1.13.0", "description": "", "main": "dist/index.js", "module": "/dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "start": "node dist/index.js", "build": "tsup", "dev": " ts-node src/index.ts", "lint": "eslint .", "format": "prettier --write src" }, "repository": { "type": "git", "url": "https://github.com/sumitnegi7/reddit-style-username-generator" }, "author": "Sumit Negi <sumitnegi2142@gmail.com>", "keywords": [ "username-generation", "unique-username", "creative-usernames", "reddit-style-usernames", "bulk-data-processing", "redis-integration", "scalable-solutions", "nodejs-utils", "usernames-hydration", "high-performance", "efficient-storage", "large-scale-data", "custom-usernames", "data-streaming", "fast-data-processing", "redis-database", "usernames-generator", "redis", "username", "combinations", "typescript", "stream", "ioredis", "file-processing" ], "license": "ISC", "devDependencies": { "@tsconfig/node20": "^20.1.2", "@types/node": "^20.14.9", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "nodemon": "^3.1.3", "prettier": "^3.3.1", "supertest": "^7.0.0", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "tsup": "^8.1.0", "typescript": "^5.4.5" }, "dependencies": {} }