haravan-validate
Version:
express middleware to validate signature for haravan webhooks
29 lines (28 loc) • 623 B
JSON
{
"name": "haravan-validate",
"version": "2.0.2",
"description": "express middleware to validate signature for haravan webhooks",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"express": "^4.18.3",
"mocha": "^10.3.0",
"supertest": "^6.3.4"
},
"license": "MIT",
"keywords": [
"haravan",
"webhook"
],
"author": "Haravan team",
"repository": {
"type": "git",
"url": "git+https://github.com/Haravan/haravan-validate.git"
},
"homepage": "https://github.com/Haravan/haravan-validate",
"bugs": {
"url": "https://github.com/Haravan/haravan-validate/issues"
}
}