14 lines
304 B
JSON
14 lines
304 B
JSON
|
|
{
|
||
|
|
"name": "guanghu-deployment-receiver",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Allowlisted Forgejo webhook receiver for Fifth Domain deployments",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node receiver.js",
|
||
|
|
"test": "node --test test/*.test.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
}
|
||
|
|
}
|