{ "name": "webhooks", "version": "1.0.0", "description": "simple server for receiving webhooks and processing them", "main": "webhooks.js", "repository": "https://git.suboptimal.solutions/hugh/git-webhooks.git", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Hugh Rundle (https://www.hughrundle.net)", "license": "AGPL-3.0-or-later", "type": "module", "dependencies": { "emailjs": "^4.0.3", "express": "^4.19.2" } }