@code-nl/shopify-hmac
Version:
Shopify HMAC lib to verify Shopify calls
25 lines (24 loc) • 476 B
JSON
{
"name": "@code-nl/shopify-hmac",
"version": "1.0.0",
"description": "Shopify HMAC lib to verify Shopify calls",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"Shopify",
"HMAC"
],
"author": "CODE Internet Applications",
"license": "MIT",
"repository": {},
"dependencies": {
"querystring": "^0.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.0",
"sinon": "^7.2.7"
}
}