{ "name": "yaswvc", "version": "0.0.1", "description": "Yet Another Simple WebRTC Video Chat", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.17.1", "peer": "^0.5.3" }, "engines": { "node": "12.x" }, "license": "MIT", "keywords": [ "node", "glitch", "express" ] }