unique-usernames
Version:
unique-usernames is a lightweight and customizable npm package designed to generate unique and creative usernames for apps, organizations, and platforms. Whether you're building a social media app, a gaming platform, or any service that requires unique us
54 lines (53 loc) • 1.68 kB
JSON
{
"name": "unique-usernames",
"version": "1.0.6",
"description": "unique-usernames is a lightweight and customizable npm package designed to generate unique and creative usernames for apps, organizations, and platforms. Whether you're building a social media app, a gaming platform, or any service that requires unique user identifiers, this package provides a flexible solution tailored to your needs.",
"keywords": [
"unique-usernames",
"username-generator",
"customizable-usernames",
"random-usernames",
"creative-usernames",
"quirky-usernames",
"anime-usernames",
"marvel-usernames",
"cartoon-usernames",
"funny-usernames",
"lightweight",
"fast",
"genre-based-usernames",
"username-creation",
"username-tool",
"npm-package",
"social-media-usernames",
"gaming-usernames",
"unique-identifier",
"username-customization"
],
"homepage": "https://github.com/saurabh-lohiya/unique-usernames#readme",
"bugs": {
"url": "https://github.com/saurabh-lohiya/unique-usernames/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saurabh-lohiya/unique-usernames.git"
},
"license": "MIT",
"author": "debug_duckling",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "",
"build": "tsc"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"devDependencies": {
"typescript": "^5.8.3"
}
}