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