Skip to content

Instantly share code, notes, and snippets.

@klogic
Created February 16, 2019 00:01
Show Gist options
  • Save klogic/262188d9d89ba49827d462bf769a1488 to your computer and use it in GitHub Desktop.
Save klogic/262188d9d89ba49827d462bf769a1488 to your computer and use it in GitHub Desktop.
socket-io-playground/package.json
{
"name": "socket-io-playground",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:klogic/socket-io-playground.git",
"author": "Narongsak Keawmanee <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "concurrently \"tsc -w\" \"nodemon dist/app.js\""
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"concurrently": "^4.1.0",
"nodemon": "^1.18.9",
"typescript": "^3.2.4"
},
"dependencies": {
"axios": "^0.18.0",
"express": "^4.16.4",
"http": "^0.0.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment