17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"dependencies": {
|
|
"cookie-parser": "^1.4.6",
|
|
"express": "^4.18.2",
|
|
"socket.io": "^4.7.1"
|
|
},
|
|
"name": "collaborative-pixel-art",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|