-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1021 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@dimensionsoftware/koa-shopify-auth",
"version": "3.1.12",
"license": "MIT",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "tsc --p tsconfig.build.json",
"prepublishOnly": "yarn run build"
},
"author": "Shopify Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/quilt.git"
},
"bugs": {
"url": "https://github.com/shopify/quilt/issues"
},
"homepage": "https://github.com/Shopify/quilt/blob/master/packages/koa-shopify-auth/README.md",
"dependencies": {
"@shopify/jest-koa-mocks": "^2.0.14",
"nonce": "^1.0.4",
"safe-compare": "^1.1.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.1.3",
"@types/koa": "^2.0.44",
"@types/safe-compare": "^1.1.0",
"koa": "^2.5.0",
"typescript": "~3.0.1"
},
"sideEffects": false
}