Initial commit: v1.0

This commit is contained in:
Azidaan
2026-04-16 15:26:59 +03:00
commit 5c5404b122
23 changed files with 7564 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "sandcastle",
"version": "1.0.0",
"description": "SandCastle - Координаты и захват изображений",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [
"cesium",
"coordinates",
"capture"
],
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"pngjs": "^7.0.0",
"utif": "^3.1.0"
}
}