-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 765 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "HookStack",
"description": "A package that receives webhooks, stores them for later retrieval and then auto deletes.",
"homepage": "https://tcollis.co.uk/2023/hookstack/",
"keywords": [
"PPHook",
"webhook",
"util",
"server",
"relay",
"HookStack"
],
"author": "Tom Collis <tom.collis@gmail.com> (https://tcollis.co.uk/)",
"repository": {
"type": "git",
"url": "git+https://github.com/tomcollis/HookStack.git"
},
"main": "index.js",
"version": "0.1.0",
"license": "GPL-3.0",
"dependencies": {
"deta": "^1.1.0",
"express": "^4.18.2"
},
"bugs": {
"url": "https://github.com/tomcollis/HookStack/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}