express-shopify-webhooks
Version:
A tool for verifying and responding to Shopify webhook requests
26 lines (25 loc) • 573 B
JSON
{
"name": "express-shopify-webhooks",
"version": "1.1.0",
"description": "A tool for verifying and responding to Shopify webhook requests",
"main": "lib/express-shopify-webhooks.js",
"scripts": {
"test": "make test",
"debug": "DEBUG=express-shopify-webhooks nodemon"
},
"keywords": [
"Shopify",
"api",
"express",
"webhooks"
],
"author": "Chris Gregory <chrisctiger@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"debug": "^2.2.0"
},
"peerDependencies": {
"express": ">=4.13.x"
}
}