UNPKG

@pikilee/random-username

Version:
47 lines 1.15 kB
{ "name": "@pikilee/random-username", "version": "2.0.0", "description": "Generate random usernames.", "main": "dist/src/index.js", "type": "module", "scripts": { "lint": "eslint --cache --fix .", "test": "vitest", "coverage": "vitest run --coverage", "build": "rimraf dist && tsc", "prepack": "npm run build" }, "files": [ "dist/src/**/*" ], "types": "dist/src/index.d.ts", "keywords": [ "random", "username", "随机", "中文", "用户名" ], "author": "Piki Lee", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/parser": "^5.48.2", "eslint": "^8.32.0", "eslint-scope": "^7.1.1", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.3.0", "rimraf": "^4.1.2", "typescript": "^4.9.4", "vite": "^4.0.4", "vitest": "^0.27.2" }, "repository": { "type": "git", "url": "git+https://github.com/PikiLee/randomUsername.git" }, "bugs": { "url": "https://github.com/PikiLee/randomUsername/issues" }, "homepage": "https://github.com/PikiLee/randomUsername#readme" }