UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@shopify/koa-shopify-auth",
3 "version": "3.1.52",
4 "license": "MIT",
5 "description": "",
6 "main": "dist/src/index.js",
7 "types": "dist/src/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "publishConfig": {
12 "access": "public",
13 "@shopify:registry": "https://registry.npmjs.org"
14 },
15 "author": "Shopify Inc.",
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Shopify/quilt.git"
19 },
20 "bugs": {
21 "url": "https://github.com/shopify/quilt/issues"
22 },
23 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/koa-shopify-auth/README.md",
24 "dependencies": {
25 "@shopify/network": "^1.4.4",
26 "koa-compose": ">=3.0.0 <4.0.0",
27 "nonce": "^1.0.4",
28 "safe-compare": "^1.1.2",
29 "tslib": "^1.9.3"
30 },
31 "devDependencies": {
32 "@shopify/jest-dom-mocks": "^2.8.7",
33 "@shopify/jest-koa-mocks": "^2.2.0",
34 "@types/koa": "^2.0.0",
35 "@types/koa-compose": "*",
36 "@types/safe-compare": "^1.1.0",
37 "koa": "^2.5.0"
38 },
39 "sideEffects": false
40}