{
  "name": "@piki.me/random-username-go",
  "version": "2.0.3",
  "description": "Generate random usernames.",
  "main": "dist/src/index.js",
  "type": "module",
  "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",
  "scripts": {
    "lint": "eslint --cache --fix .",
    "test": "vitest",
    "coverage": "vitest run --coverage",
    "build": "rimraf dist && tsc"
  }
}