UNPKG

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