git-webhooks/package.json

18 lines
508 B
JSON
Raw Permalink Normal View History

2024-08-01 18:19:05 +10:00
{
"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 <hugh@hughrundle.net> (https://www.hughrundle.net)",
"license": "AGPL-3.0-or-later",
"type": "module",
"dependencies": {
"emailjs": "^4.0.3",
"express": "^4.19.2"
}
}