mirror of
https://github.com/andrey271192/Domain_web.git
synced 2026-09-20 14:41:58 +00:00
Restore site/ mirror, patch export fetch for empty API responses and Keenetic format, add Telegram bot card, and switch install.sh back to geoexport-site systemd + nginx on port 4173. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"name": "geoexport-clone",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "Local mirror of https://geoexport.org/",
|
|
"scripts": {
|
|
"start": "node server.mjs",
|
|
"dev": "node server.mjs",
|
|
"patch": "node patch-bundle.mjs",
|
|
"prestart": "node patch-bundle.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|