{
  "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"
  }
}
