UNPKG

@shopify/koa-shopify-graphql-proxy

Version:

A wrapper around `koa-better-http-proxy` which allows easy proxying of GraphQL requests from an embedded Shopify app

52 lines (51 loc) 1.32 kB
{ "name": "@shopify/koa-shopify-graphql-proxy", "version": "7.1.1", "license": "MIT", "description": "A wrapper around `koa-better-http-proxy` which allows easy proxying of GraphQL requests from an embedded Shopify app", "main": "index.js", "types": "./build/ts/index.d.ts", "publishConfig": { "access": "public", "@shopify:registry": "https://registry.npmjs.org" }, "author": "Shopify Inc.", "repository": { "type": "git", "url": "git+https://github.com/Shopify/quilt.git", "directory": "packages/koa-shopify-graphql-proxy" }, "bugs": { "url": "https://github.com/Shopify/quilt/issues" }, "homepage": "https://github.com/Shopify/quilt/blob/main/packages/koa-shopify-graphql-proxy/README.md", "engines": { "node": ">=18.12.0" }, "dependencies": { "@types/koa": "^2.0.0", "koa-better-http-proxy": "^0.2.9" }, "peerDependencies": { "koa": ">=2.0.0" }, "sideEffects": false, "files": [ "build/", "!build/*.tsbuildinfo", "!build/ts/**/tests/", "index.js", "index.mjs", "index.esnext" ], "module": "index.mjs", "esnext": "index.esnext", "exports": { ".": { "types": "./build/ts/index.d.ts", "esnext": "./index.esnext", "import": "./index.mjs", "require": "./index.js" } } }