| { | |
| "name": "server", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "node src/server.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "crypto-js": "^4.2.0", | |
| "express": "^5.2.1", | |
| "ws": "^8.18.3" | |
| } | |
| } | |