{
  "name": "gatsby-source-drupal",
  "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
  "version": "6.16.0",
  "author": "Kyle Mathews <mathews.kyle@gmail.com>",
  "bugs": {
    "url": "https://github.com/gatsbyjs/gatsby/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.20.13",
    "@opentelemetry/semantic-conventions": "0.26.0",
    "agentkeepalive": "^4.5.0",
    "bluebird": "^3.7.2",
    "body-parser": "^2.2.2",
    "fastq": "^1.17.1",
    "gatsby-plugin-utils": "^4.16.0",
    "gatsby-source-filesystem": "^5.16.0",
    "got": "^11.8.6",
    "http2-wrapper": "^2.2.1",
    "lodash": "^4.17.21",
    "opentracing": "^0.14.7",
    "probe-image-size": "^7.2.3",
    "tiny-async-pool": "^1.3.0",
    "url-join": "^4.0.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "@babel/preset-typescript": "^7.18.6",
    "babel-preset-gatsby-package": "^3.16.0",
    "cross-env": "^7.0.3"
  },
  "engines": {
    "node": ">=18.0.0 <26"
  },
  "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-drupal#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-source-plugin"
  ],
  "license": "MIT",
  "peerDependencies": {
    "gatsby": "^5.0.0-next"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "packages/gatsby-source-drupal"
  },
  "scripts": {
    "build": "babel src --out-dir . --ignore \"**/__tests__\" --extensions \".ts,.js\"",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --extensions \".ts,.js\"",
    "test": "npx jest ./src/__tests__ --runInBand",
    "test:watch": "npx jest --watch ./src/__tests__ --runInBand"
  },
  "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40"
}
