{
  "name": "gatsby-plugin-altair-graphql",
  "description": "A gatsby plugin for using Altair GraphQL client",
  "version": "8.5.7",
  "author": "Samuel Imolorhe <altair@sirmuel.design> (https://sirmuel.design/)",
  "bugs": "https://github.com/altair-graphql/altair/issues",
  "dependencies": {
    "altair-express-middleware": "8.5.7"
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/node": "25.5.0",
    "express": "^4.19.2",
    "typescript": "5.9.3"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/altair"
  },
  "gitHead": "e5ce60f5a14997f1471a961ac76efacbb044df46",
  "homepage": "https://github.com/altair-graphql/altair#readme",
  "keywords": [
    "altair",
    "gatsby",
    "gatsby-plugin",
    "graphql"
  ],
  "license": "MIT",
  "main": "gatsby-node.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/altair-graphql/altair.git"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "compile": "tsc --declaration",
    "bootstrap": "pnpm compile",
    "test": "echo \"Error: no test specified\" && exit 0"
  }
}