simplemap/package.json

20 lines
382 B
JSON
Raw Normal View History

2024-01-01 21:40:47 +02:00
{
"name": "omap",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"morgan": "^1.10.0",
"redis": "^4.6.7",
"socket.io": "^4.7.2"
}
}