shopify-mysql-session-storage
Version:
mysql custom storage for customer information(Shopify).
25 lines (24 loc) • 524 B
JSON
{
"name": "shopify-mysql-session-storage",
"version": "1.1.2",
"description": "mysql custom storage for customer information(Shopify).",
"main": "index.js",
"keywords": [
"mysql",
"custom",
"storage"
],
"scripts": {
"start": "nodemon __test__/test.js"
},
"author": "webcolon",
"license": "ISC",
"dependencies": {
"@shopify/shopify-api": "^6.1.0",
"@shopify/shopify-app-session-storage": "^1.0.2",
"mysql2": "^3.1.0"
},
"devDependencies": {
"eslint": "^8.33.0"
}
}