aboutsummaryrefslogtreecommitdiff
path: root/server/package.json
blob: abd9218585e153084a9b3b669ee7f43280c2ec9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "junction-server",
  "version": "1.0.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "socket.io": "^4.7.2"
  },
  "type": "module"
}