{
  "name": "@graphiql/plugin-code-exporter",
  "version": "5.1.1",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql/graphiql",
    "directory": "packages/graphiql-plugin-code-exporter"
  },
  "author": "LekoArts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "keywords": [
    "react",
    "graphql",
    "graphiql",
    "plugin",
    "explorer"
  ],
  "files": [
    "dist"
  ],
  "exports": {
    "./package.json": "./package.json",
    "./style.css": "./dist/style.css",
    ".": "./dist/index.js"
  },
  "scripts": {
    "types:check": "tsc --noEmit",
    "dev": "vite build --watch --emptyOutDir=false",
    "build": "vite build",
    "postbuild": "cp src/graphiql-code-exporter.d.ts dist/graphiql-code-exporter.d.ts"
  },
  "dependencies": {
    "graphiql-code-exporter": "^3.0.3"
  },
  "peerDependencies": {
    "@graphiql/react": "^0.37.0",
    "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "devDependencies": {
    "@graphiql/react": "^0.37.0",
    "@vitejs/plugin-react": "^4.4.1",
    "graphql": "^16.9.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^4.6.3",
    "vite": "^6.3.4",
    "vite-plugin-dts": "^4.0.1"
  }
}
