Files
videopeersjs/server/package.json
heyhiru 05d23685c2 added / route
Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
2023-11-16 23:32:30 +05:30

23 líneas
432 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.0.1"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"socket.io": "^4.7.2"
}
}