mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-05-08 06:05:53 +08:00
21 lines
402 B
JSON
21 lines
402 B
JSON
{
|
|
"name": "node-ws",
|
|
"version": "1.0.0",
|
|
"description": "Node.js Server",
|
|
"main": "index.js",
|
|
"author": "eoovve",
|
|
"repository": "https://github.com/eoovve/node-ws",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.14.2",
|
|
"axios": "^1.6.2",
|
|
"mime-types": "^2.1.35"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
} |