Skip to content

Instantly share code, notes, and snippets.

@erdemildiz
Last active December 23, 2021 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erdemildiz/c628f0559165ebd2d37da830be266541 to your computer and use it in GitHub Desktop.
Save erdemildiz/c628f0559165ebd2d37da830be266541 to your computer and use it in GitHub Desktop.
{
"name": "socketdemo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
"express": "^4.17.1",
"socket.io": "^4.2.0",
"node-fetch": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment