ruscomap/package.json

18 lines
333 B
JSON
Raw Permalink Normal View History

2024-06-30 22:56:19 +02:00
{
"name": "ruscomap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.19.2",
"leaflet": "^1.9.4",
"multer": "^1.4.5-lts.1",
"sqlite": "^5.1.1"
}
}