2024-06-30 22:56:19 +02:00
|
|
|
{
|
|
|
|
"name": "ruscomap",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2024-09-21 00:11:57 +02:00
|
|
|
"start": "node server/index.js"
|
2024-06-30 22:56:19 +02:00
|
|
|
},
|
2024-09-21 00:10:32 +02:00
|
|
|
"author": "HacklabBO",
|
|
|
|
"license": "UNLICENSED",
|
2024-06-30 22:56:19 +02:00
|
|
|
"dependencies": {
|
2024-07-16 17:04:32 +02:00
|
|
|
"config": "^3.3.12",
|
2024-09-21 00:11:08 +02:00
|
|
|
"express": "^4.21.0",
|
2024-06-30 22:56:19 +02:00
|
|
|
"leaflet": "^1.9.4",
|
2024-08-25 15:09:27 +02:00
|
|
|
"leaflet.locatecontrol": "^0.81.1",
|
2024-06-30 22:56:19 +02:00
|
|
|
"multer": "^1.4.5-lts.1",
|
2024-07-16 17:04:32 +02:00
|
|
|
"mysql": "^2.18.1",
|
2024-06-30 22:56:19 +02:00
|
|
|
"sqlite": "^5.1.1"
|
|
|
|
}
|
|
|
|
}
|