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

53 lines (52 loc) 1.31 kB
{ "name": "@shopify/koa-shopify-graphql-proxy", "version": "4.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": "index.d.ts", "scripts": { "build": "tsc --p tsconfig.json" }, "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", "dependencies": { "@types/koa": "^2.0.0", "koa-better-http-proxy": "^0.2.4", "tslib": "^1.14.1" }, "peerDependencies": { "koa": ">=2.0.0" }, "sideEffects": false, "files": [ "build/*", "!tsconfig.tsbuildinfo", "index.js", "index.mjs", "index.esnext", "index.d.ts" ], "module": "index.mjs", "esnext": "index.esnext", "exports": { "./": "./", ".": { "import": "./index.mjs", "require": "./index.js", "esnext": "./index.esnext" } } }