mirror of
https://github.com/WolfangT/pixel-crusade.git
synced 2026-02-16 15:21:15 -05:00
19 lines
400 B
JSON
19 lines
400 B
JSON
{
|
|
"name": "signaling_server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"ws": "^7.5.9"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.57.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint server.js && echo \"Lint OK\" && exit 0",
|
|
"format": "eslint server.js --fix && echo \"Lint OK\" && exit 0"
|
|
},
|
|
"author": "Fabio Alessandrelli",
|
|
"license": "MIT"
|
|
}
|