14 lines
347 B
JSON
14 lines
347 B
JSON
|
|
{
|
||
|
|
"name": "guanghu-fifth-domain-sync-agent",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"description": "Signed Forgejo push receiver that safely synchronizes the Fifth Domain working copy and emits receipts",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node sync-agent.js",
|
||
|
|
"test": "node --test test/*.test.js"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=18"
|
||
|
|
}
|
||
|
|
}
|