22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"name": "ruscomap",
|
|
"version": "0.8.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"dev": "nodemon server/index.js"
|
|
},
|
|
"author": "HacklabBO",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"config": "^3.3.12",
|
|
"express": "^4.21.0",
|
|
"leaflet": "^1.9.4",
|
|
"leaflet.locatecontrol": "^0.81.1",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql": "^2.18.1",
|
|
"nodemon": "^3.1.7",
|
|
"sqlite": "^5.1.1"
|
|
}
|
|
}
|