{
    "name": "proyecto-1",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
        "start": "node ./main.js"
    },
    "keywords": [],
    "author": {
        "name": "allnulled",
        "github": "https://github.com/allnulled"
    },
    "license": "ISC",
    "dependencies": {
        "socket.io": "*"
    }
}