{
  "name": "gatsby-source-payload-cms",
  "description": "Source data from Payload CMS",
  "version": "1.1.1",
  "license": "MIT",
  "main": "./dist/gatsby-node.js",
  "files": [
    "./dist/*",
    "gatsby-node.js"
  ],
  "scripts": {
    "clean": "del-cli dist",
    "build": "tsc",
    "develop": "tsc --watch",
    "test": "jest",
    "prepare": "npm run clean && npm run build"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "payload-cms"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "axios-retry": "^3.6.0",
    "dot-object": "^2.1.4",
    "dotenv": "^16.3.1",
    "lodash": "^4.17.21",
    "node-fetch": "^2.6.7",
    "pluralize": "^8.0.0",
    "qs": "^6.11.2"
  },
  "devDependencies": {
    "@types/dot-object": "^2",
    "@types/jest": "^29.5.3",
    "@types/lodash": "^4",
    "@types/pluralize": "^0.0.33",
    "@types/qs": "^6",
    "del-cli": "^5.0.0",
    "gatsby": "next",
    "gatsby-plugin-utils": "next",
    "jest": "^29.6.2",
    "ts-jest": "^29.1.1",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "gatsby": "^5.0.0",
    "gatsby-source-filesystem": "^5.0.0"
  }
}
