You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
real-time-communication/package.json

19 lines
392 B

1 year ago
{
"name": "real-time-communication",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:server": "node Server/app.js",
"start:client": "cd Client && npm run dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.13.0"
}
}