-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 947 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": "@cala/koa-shopify-auth",
"version": "4.0.1",
"license": "MIT",
"description": "",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist"
],
"author": "Shopify Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/ca-la/koa-shopify-auth.git"
},
"dependencies": {
"@shopify/network": "^1.4.3",
"koa-compose": ">=3.0.0 <4.0.0",
"nonce": "^1.0.4",
"safe-compare": "^1.1.2",
"tslib": "^1.9.3"
},
"devDependencies": {
"@shopify/jest-dom-mocks": "^2.8.6",
"@shopify/jest-koa-mocks": "^2.1.9",
"@types/jest": "^24.0.23",
"@types/koa": "^2.0.0",
"@types/koa-compose": "*",
"@types/node-fetch": "^2.5.3",
"@types/safe-compare": "^1.1.0",
"jest": "^24.9.0",
"koa": "^2.5.0",
"node-fetch": "^2.6.0",
"prettier": "^2.0.5",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2"
},
"sideEffects": false
}