summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 55f7398358bbe2dba1e4a5b065d517eb27008167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "lom_socket",
  "version": "1.0.0",
  "description": "Sockets for lom project",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon ./index.js"
  },
  "author": "jdlugosz963",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.24.0",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "socket.io": "^4.1.3"
  }
}