mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-05-23 02:19:18 +08:00
Update package.json
This commit is contained in:
17
package.json
17
package.json
@@ -1,14 +1,21 @@
|
||||
{
|
||||
"name": "nodejs",
|
||||
"name": "okka-hello-world",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "app.js",
|
||||
"description": "okka-node-express",
|
||||
"main": "index.js",
|
||||
"author": "okka",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"http-proxy": "latest",
|
||||
"ws": "^8.13.0"
|
||||
"ws": "^8.14.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user