mirror of
https://github.com/WolfangT/pixel-crusade.git
synced 2026-02-16 15:21:15 -05:00
initial files
This commit is contained in:
18
server_node/package.json
Normal file
18
server_node/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user