koa-shopify-graphql-proxy-cookieless
Version:
A cookieless version of the koa-shopify-graphql-proxy package with minor chages
38 lines (37 loc) • 999 B
JSON
{
"name": "koa-shopify-graphql-proxy-cookieless",
"version": "1.0.11",
"description": "A cookieless version of the koa-shopify-graphql-proxy package with minor chages",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nprutan/koa-shopify-graphql-proxy-cookieless.git"
},
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"keywords": [
"koa",
"shopify",
"jwt",
"graphql",
"proxy",
"cookieless"
],
"author": "Nate Rutan",
"license": "MIT",
"bugs": {
"url": "https://github.com/nprutan/koa-shopify-graphql-proxy-cookieless/issues"
},
"homepage": "https://github.com/nprutan/koa-shopify-graphql-proxy-cookieless#readme",
"dependencies": {
"@shopify/network": "^1.5.0",
"nonce": "^1.0.4",
"safe-compare": "^1.1.2",
"koa-better-http-proxy": "^0.2.4"
}
}