10 lines
126 B
JSON
10 lines
126 B
JSON
{
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"query-string": "^6.2.0",
|
|
"ws": "^6.0.0"
|
|
}
|
|
}
|