{
  "name": "@cosmicjs/gatsby-source-cosmic",
  "version": "2.0.2",
  "description": "Gatsby Source Plugin for building websites using Cosmic as a data source",
  "main": "gatsby-node.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cosmicjs/gatsby-source-cosmic.git"
  },
  "files": [
    "dist/*",
    "gatsby-node.js"
  ],
  "scripts": {
    "prepare": "husky install",
    "babel": "babel",
    "lint": "eslint src",
    "lint.fix": "eslint --fix src",
    "test": "jest --verbose",
    "build": "./build.sh",
    "watch": "./watch.sh",
    "semantic-release": "semantic-release --debug"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "cosmic"
  ],
  "license": "0BSD",
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.12",
    "@babel/eslint-parser": "^7.19.1",
    "@babel/types": "7.20.7",
    "@semantic-release/changelog": "^6.0.2",
    "@types/jest": "^29.2.0",
    "babel-preset-gatsby-package": "^3.4.0",
    "commitizen": "^4.2.5",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.32.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.2.1",
    "gatsby": "^4.25.3",
    "gatsby-plugin-image": "^2.25.0",
    "gatsby-plugin-sharp": "^4.25.0",
    "husky": "^8.0.1",
    "jest": "^29.3.1",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "semantic-release": "^19.0.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@cosmicjs/sdk": "^1.0.6",
    "async": "^3.2.4",
    "axios": "^1.2.3",
    "fs-extra": "^11.1.0",
    "gatsby-core-utils": "^4.4.0",
    "gatsby-plugin-utils": "^3.18.0",
    "graphql": "^15.8.0",
    "hash-wasm": "^4.9.0",
    "lodash": "^4.17.21",
    "mime-types": "^2.1.35",
    "probe-image-size": "^7.2.3"
  },
  "peerDependencies": {
    "gatsby-plugin-image": "^2.25.0"
  }
}