Collaborative-pixel-art/package.json
2023-08-25 22:51:36 +02:00

18 lines
375 B
JSON

{
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"socket.io": "^4.7.1"
},
"name": "collaborative-pixel-art",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}