Files
node-ws/package.json
2023-12-02 00:05:08 +08:00

21 lines
374 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"
},
"engines": {
"node": ">=14"
}
}