forked from Shopify/shopify-app-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.52 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@shopify/shopify-app-session-storage-dynamodb",
"version": "2.0.2",
"description": "Shopify App Session Storage for DynamoDB",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/shopify-app-js.git"
},
"bugs": {
"url": "https://github.com/Shopify/shopify-app-js/issues"
},
"homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/shopify-app-session-storage-dynamodb",
"author": "Shopify Inc.",
"license": "MIT",
"main": "./build/cjs/dynamodb.js",
"types": "./build/ts/dynamodb.d.ts",
"scripts": {},
"publishConfig": {
"access": "public"
},
"keywords": [
"shopify",
"node",
"app",
"graphql",
"rest",
"webhook",
"Admin API",
"Storefront API",
"session storage",
"DynamoDB",
"AWS"
],
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.470.0",
"@aws-sdk/util-dynamodb": "^3.332.0",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@shopify/shopify-api": "^8.1.1",
"@shopify/shopify-app-session-storage": "^2.0.2"
},
"devDependencies": {
"@shopify/eslint-plugin": "^42.1.0",
"@shopify/prettier-config": "^1.1.2",
"@shopify/shopify-api": "^8.1.1",
"@shopify/shopify-app-session-storage": "^2.0.2",
"@shopify/shopify-app-session-storage-test-utils": "^1.0.2",
"eslint": "^8.55.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"typescript": "^4.9.5"
},
"files": [
"build/*",
"!bundle/*",
"!tsconfig.tsbuildinfo",
"!node_modules"
]
}