{
  "name": "@constructive-io/graphql-react",
  "version": "5.11.3",
  "author": "Constructive <developers@constructive.io>",
  "description": "Constructive GraphQL React",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "test": "jest --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@constructive-io/graphql-query": "^4.12.3",
    "graphql-request": "^7.1.2",
    "introspectron": "^5.11.3",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "react-query": "^3.39.3"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "5.11.10",
    "@testing-library/react": "11.2.5",
    "@types/react": "^19.2.15",
    "makage": "^0.3.0"
  },
  "gitHead": "43121004a8bedd2c5fcf7bf33208079d55bad01f"
}
