@shopify/shopify-app-session-storage-dynamodb
Version:
Shopify App Session Storage for DynamoDB
63 lines • 1.77 kB
JSON
{
"name": "@shopify/shopify-app-session-storage-dynamodb",
"version": "4.0.20",
"description": "Shopify App Session Storage for DynamoDB",
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/shopify-app-js.git",
"directory": "packages/apps/session-storage/shopify-app-session-storage-dynamodb"
},
"bugs": {
"url": "https://github.com/Shopify/shopify-app-js/issues"
},
"homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/apps/session-storage/shopify-app-session-storage-dynamodb",
"author": "Shopify Inc.",
"license": "MIT",
"main": "./dist/cjs/dynamodb.js",
"module": "./dist/esm/dynamodb.mjs",
"types": "./dist/ts/dynamodb.d.ts",
"publishConfig": {
"access": "public"
},
"keywords": [
"shopify",
"node",
"app",
"graphql",
"rest",
"webhook",
"Admin API",
"Storefront API",
"session storage",
"DynamoDB",
"AWS"
],
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.828.0",
"@aws-sdk/util-dynamodb": "^3.828.0"
},
"peerDependencies": {
"@shopify/shopify-api": "^11.0.0",
"@shopify/shopify-app-session-storage": "^3.0.0"
},
"devDependencies": {
"@shopify/shopify-app-session-storage-test-utils": "^3.0.20"
},
"files": [
"dist/*",
"!tsconfig.tsbuildinfo",
"!node_modules"
],
"scripts": {
"lint": "eslint . --ext .js,.ts",
"build": "pnpm rollup && pnpm tsc -p ./tsconfig.build.json",
"tsc": "tsc",
"test": "jest",
"test:ci": "pnpm test",
"rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
"clean": "rimraf .rollup.cache dist",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish"
}
}