guanghu-ice-heart/server-tools/fifth-domain-sync-agent/package.json

13 lines
347 B
JSON
Raw Permalink Normal View History

{
"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"
}
}