mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-05-31 18:09:31 +08:00
24 lines
494 B
JSON
24 lines
494 B
JSON
{
|
|
"name": "okka-hello-world",
|
|
"version": "1.0.0",
|
|
"description": "okka-node-express",
|
|
"main": "app.js",
|
|
"author": "okka",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.4.0",
|
|
"net": "latest", // 确保指定最新兼容版本
|
|
"http": "latest", // 确保指定最新兼容版本
|
|
"http-proxy": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
|
|
}
|