10 lines
126 B
JSON
10 lines
126 B
JSON
{
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"http-proxy": "^1.18.1",
|
|
"ws": "^8.18.3"
|
|
}
|
|
}
|