]>
Commit | Line | Data |
---|---|---|
ed9f8fd5 | 1 | { |
2 | "name": "junction-server", | |
3 | "version": "1.0.0", | |
4 | "description": "", | |
5 | "main": "index.js", | |
6 | "scripts": { | |
7 | "test": "echo \"Error: no test specified\" && exit 1" | |
8 | }, | |
9 | "author": "", | |
80172072 | 10 | "license": "Apache-2.0", |
ed9f8fd5 | 11 | "dependencies": { |
80172072 RBR |
12 | "socket.io": "^4.7.2" |
13 | }, | |
14 | "type": "module" | |
ed9f8fd5 | 15 | } |