mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-05-19 23:47:20 +08:00
19 lines
314 B
JSON
19 lines
314 B
JSON
{
|
|
"name": "okka-hello-world",
|
|
"version": "1.0.0",
|
|
"main": "app.js",
|
|
"author": "okka",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"http-proxy": "latest",
|
|
"ws": "^8.14.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
|
|
}
|