{
  "name": "stepzen-graphiql",
  "version": "2.1.1",
  "description": "Stepzen Graphiql Explorer",
  "author": "stepzen",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "source": "src/index.ts",
  "style": "./dist/style.css",
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.es.js"
    },
    "./style.css": "./dist/style.css"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "vite build",
    "start": "vite",
    "prepare": "run-s build",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint .",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build"
  },
  "peerDependencies": {
    "react": "^18.0.0"
  },
  "dependencies": {
    "@carbon/ibm-products": "^2.63.0",
    "@carbon/pictograms-react": "^11.74.0",
    "@carbon/react": "^1.79.0",
    "@codemirror/lang-javascript": "^6.2.1",
    "@graphiql/plugin-explorer": "3.2.5",
    "@graphiql/react": "0.28.2",
    "@graphiql/toolkit": "0.11.1",
    "@stepzen/sdk": "^0.49.0",
    "@uiw/react-codemirror": "^4.21.13",
    "copy-to-clipboard": "^3.3.3",
    "graphiql": "3.8.3",
    "graphql": "^16.10.0",
    "graphql-ws": "^6.0.4",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.16",
    "@types/node": "^22.14.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "babel-eslint": "^10.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.0.1",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.2.6",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-refresh": "^0.4.19",
    "eslint-plugin-standard": "^5.0.0",
    "gh-pages": "^6.3.0",
    "npm-run-all": "^4.1.5",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-scripts": "^5.0.1",
    "sass": "^1.86.3",
    "typescript": "^4.9.5",
    "typescript-eslint": "^8.24.1",
    "vite": "^6.2.5",
    "vite-plugin-dts": "^4.5.3",
    "vite-plugin-static-copy": "^3.1.5"
  },
  "overrides": {
    "nth-check": "^2.1.1",
    "postcss": "^8.4.38",
    "--comment--": "workaround for CVE-2025-7783",
    "form-data": "^4.0.4"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "stepzen-graphiql",
    "graphiql"
  ],
  "homepage": "stepzen.com"
}
