21 lines
563 B
JSON
21 lines
563 B
JSON
{
|
|
"name": "site-gateway",
|
|
"version": "0.16.72",
|
|
"private": true,
|
|
"description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"check": "node --check src/server.js && node --check src/storage.js && node --check src/public/app.js && node --check src/public/features.js"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "0.5.16",
|
|
"express": "5.1.0",
|
|
"multer": "2.0.2",
|
|
"qrcode": "1.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|