Files
node-ws/package.json
2023-09-25 16:54:35 +08:00

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"
}
}