{
  "name": "@stackbit/cms-hygraph",
  "version": "1.1.4",
  "description": "Netlify Content Source for Hygraph",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": "./dist/index.js",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "scripts": {
    "test": "vitest run",
    "build": "tsc --build --clean && tsc --build",
    "watch": "tsc --build --clean && tsc --build --watch --verbose",
    "prettier": "prettier --write src",
    "codegen": "graphql-codegen --config codegen.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stackbit/stackbit.git"
  },
  "keywords": [
    "stackbit",
    "hygraph"
  ],
  "author": "Stackbit Inc.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stackbit/stackbit/issues"
  },
  "homepage": "https://github.com/stackbit/stackbit#readme",
  "dependencies": {
    "@stackbit/types": "2.1.15",
    "@stackbit/utils": "0.8.3",
    "graphql": "^16.9.0",
    "graphql-request": "^7.1.0",
    "lodash": "^4.17.23"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^5.0.2",
    "@graphql-codegen/schema-ast": "^4.1.0",
    "@types/lodash": "^4.17.16",
    "dotenv": "^16.4.7"
  },
  "gitHead": "a5319fe0f0894a667ba36aba19a73b443cf39b16"
}
