mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-05-09 06:35:50 +08:00
24 lines
448 B
JSON
24 lines
448 B
JSON
{
|
|
"name": "okka-hello-world",
|
|
"version": "1.0.0",
|
|
"description": "okka-node-express",
|
|
"main": "index.js",
|
|
"author": "okka",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"http-proxy": "latest",
|
|
"express": "^4.18.2",
|
|
"request": "^2.88.2",
|
|
"ws": "^8.14.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
|
|
}
|