{
  "name": "@moltin/gatsby-source-moltin",
  "version": "1.9.1",
  "description": "Gatsby source plugin for building Moltin powered eCommerce websites",
  "main": "index.js",
  "repository": "git@github.com:moltin/gatsby-source-moltin.git",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-source-plugin",
    "moltin"
  ],
  "author": "Moltin (https://moltin.com)",
  "license": "MIT",
  "dependencies": {
    "@moltin/request": "^2.0.0",
    "deepmerge": "^4.0.0",
    "gatsby-source-filesystem": "^2.0.20"
  },
  "contributors": [
    "Jamie Barton <hi@jamiebarton.co.uk>",
    "Jonathan Steele <jonathan@steele.pro> (https://steele.pro)"
  ],
  "scripts": {
    "format": "prettier . --write"
  },
  "devDependencies": {
    "husky": ">=4",
    "lint-staged": ">=10",
    "prettier": "^2.0.5",
    "semantic-release": "15.14.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,css,md}": "prettier --write"
  }
}
