{
  "name": "gatsby-remark-social-cards",
  "version": "0.4.1",
  "description": "Remark plugin for generating social card graphics.",
  "repository": "https://github.com/garetmckinley/gatsby-remark-social-cards",
  "author": "Garet McKinley",
  "license": "MIT",
  "private": false,
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "remark",
    "social",
    "sharing",
    "twitter",
    "facebook",
    "card",
    "graphic",
    "image"
  ],
  "scripts": {
    "prebuild": "npm run lint",
    "build": "cross-env BABEL_ENV=production babel src --out-dir .",
    "lint": "eslint --ext .js src",
    "prepublishOnly": "yarn build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "dependencies": {
    "dateformat": "^3.0.3",
    "jimp": "^0.5.0",
    "path": "^0.12.7"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.0",
    "babel-preset-env": "^1.7.0",
    "cross-env": "^5.1.5",
    "eslint": "^5.3.0",
    "eslint-config-prettier": "^3.0.1",
    "husky": "^1.0.0-rc.13",
    "lint-staged": "^7.2.2",
    "prettier": "1.15.0"
  },
  "peerDependencies": {
    "gatsby": ">=2.0.0"
  }
}
