forked from nestjs-shopify/nestjs-shopify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 869 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
{
"name": "@nestjs-shopify/auth",
"version": "4.2.0",
"type": "commonjs",
"homepage": "https://github.com/nestjs-shopify/nestjs-shopify",
"bugs": {
"url": "https://github.com/nestjs-shopify/nestjs-shopify/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nestjs-shopify/nestjs-shopify.git"
},
"dependencies": {
"jsonwebtoken": "^9.0.0"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"@nestjs-shopify/core": "^3.0.0",
"@shopify/shopify-api": "^7.0.0 || ^8.0.0 || ^9.0.0"
},
"peerDependenciesMeta": {
"@nestjs/common": {
"optional": false
},
"@nestjs/core": {
"optional": false
},
"@nestjs-shopify/core": {
"optional": false
},
"@shopify/shopify-api": {
"optional": false
}
}
}