{
  "name": "canihazusername",
  "version": "2.4.1",
  "description": "username generator. typed, simple and customizable",
  "keywords": [
    "username",
    "generator",
    "types",
    "customizable"
  ],
  "homepage": "https://github.com/CupCakeArmy/canihazusername#readme",
  "bugs": {
    "url": "https://github.com/CupCakeArmy/canihazusername/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CupCakeArmy/canihazusername.git"
  },
  "license": "MIT",
  "author": "Niccolo Borgioli",
  "type": "module",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "bulma": "^0.9.4",
    "tsup": "^8.0.1",
    "typescript": "^5.3.2",
    "vite": "^5.0.0"
  },
  "packageManager": "pnpm@8.10.5",
  "targets": {
    "docs": {
      "distDir": "./build",
      "context": "browser"
    }
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
    "clean": "rm -rf ./dist ./build",
    "dev": "tsc -w",
    "docs": "vite build demo --outDir ../build",
    "docs:dev": "vite demo",
    "generate": "git submodule update --recursive --remote --init && node ./generate/wordlist.js"
  }
}