{
  "name": "@dicebear/avatars",
  "version": "4.10.8",
  "description": "An avatar library for designers and developers.",
  "keywords": [
    "avatar",
    "generator",
    "identicon",
    "javascript",
    "typescript"
  ],
  "homepage": "https://github.com/dicebear/dicebear/tree/master/packages/@dicebear/avatars",
  "bugs": {
    "url": "https://github.com/dicebear/dicebear/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:dicebear/dicebear.git",
    "directory": "/packages/@dicebear/avatars"
  },
  "license": "MIT",
  "author": "Florian Körner <contact@florian-koerner.com>",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "browser": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "files": [
    "LICENSE",
    "dist",
    "lib",
    "README.md",
    "typings"
  ],
  "scripts": {
    "test": "jest",
    "prepublishOnly": "npm run build",
    "prebuild": "shx rm -rf dist lib",
    "build": "dicebear-project build DiceBear && tsc"
  },
  "dependencies": {
    "@types/json-schema": "^7.0.7",
    "pure-color": "^1.3.0",
    "svgson": "^5.2.1"
  },
  "devDependencies": {
    "@tsconfig/recommended": "^1.0.0",
    "@types/jest": "^26.0.22",
    "dicebear-project": "^4.10.8",
    "jest": "^26.6.3",
    "shx": "^0.3.3",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "e96156e0b7e4aaefaf1ae7f301fb1ca864388b47"
}
