mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-05-17 11:55:39 +08:00
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"name": "nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"http-proxy": "latest",
|
|
"ws": "^8.13.0"
|
|
}
|
|
}
|