{
  "name": "gatsby-plugin-social-cards",
  "version": "0.5.18-rc5",
  "description": "Generates social cards for your markdown posts and adds a field so you can reference them in your meta-tags.",
  "main": "index.js",
  "scripts": {
    "build": "BABEL_ENV=production babel src/ --out-dir .",
    "prepublish": "npm run build",
    "watch": "babel -w src --out-dir ."
  },
  "files": [
    "designs",
    "img",
    "*.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/andrioid/gatsby-plugin-social-cards.git"
  },
  "bugs": {
    "url": "https://github.com/andrioid/gatsby-plugin-social-cards/issues"
  },
  "author": "Andri Óskarsson <andri@andri.dk>",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-transformer-plugin",
    "open-graph",
    "social",
    "twitter",
    "card"
  ],
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.10.1",
    "@babel/core": "^7.10.1",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/plugin-transform-runtime": "^7.10.1",
    "@babel/preset-env": "^7.10.1",
    "@babel/preset-react": "^7.10.1",
    "fs-extra": "^8.1.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "sharp": "^0.28.0"
  },
  "peerDependencies": {
    "gatsby": "2.x || 3.x",
    "gatsby-plugin-sharp": "2.x || 3.x",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "sharp": "^0.28.0"
  }
}
