{
  "name": "@gravatar/js",
  "private": false,
  "version": "1.1.1",
  "description": "Typescript friendly, email to gravatar generator which works seamlesly in Node, Browser and in Electron",
  "main": "lib/cjs/index.js",
  "module": "lib/es/index.js",
  "jsnext:main": "lib/es/index.js",
  "scripts": {
    "watch": "yarn clean && tsc -p tsconfig.json -w & tsc -p tsconfig-cjs.json -w",
    "build": "yarn clean && tsc -p tsconfig.json & tsc -p tsconfig-cjs.json",
    "format": "prettier --write \"src/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest --coverage",
    "kkprepublishOnly": "yarn test && yarn lint",
    "preversion": "yarn lint",
    "kkversion": "yarn format && git add -A src",
    "kkpostversion": "git push && git push --tags",
    "clean": "shx rm -rf lib/*",
    "kktest": "mocha --ui qunit",
    "testall": "mocha --ui qunit dist/sample/test",
    "rebuild": "electron-rebuild -f -w better-sqlite3 -v 9.0.5",
    "push": "yarn build && yalc push"
  },
  "keywords": [
    "gravatar",
    "email",
    "avatar",
    "typescript",
    "electron",
    "browser",
    "profile",
    "image",
    "picture",
    "photo"
  ],
  "files": [
    "lib"
  ],
  "directories": {
    "lib": "lib"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "md5": "2.2.1"
  },
  "devDependencies": {
    "@types/md5": "2.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vazra/gravatar.git"
  },
  "author": "Vazra",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vazra/gravatar/issues"
  },
  "homepage": "https://github.com/vazra/gravatar#readme",
  "gitHead": "0f40ccef3a1e8574da27eb68c780beb60fc53fee"
}
