19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"name": "ruscomap",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"config": "^3.3.12",
|
|
"express": "^4.19.2",
|
|
"leaflet": "^1.9.4",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql": "^2.18.1",
|
|
"sqlite": "^5.1.1"
|
|
}
|
|
}
|