{
    "name": "chat",
    "version": "1.0.0",
    "description": "A simple chat app on websocket",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "Vishwas Anand Bhushan",
    "license": "ISC",
    "dependencies": {
        "cors": "^2.8.5",
        "express": "^4.17.1",
        "hypersign-auth-js-sdk": "file://../../"
    }
}
