summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..55f7398
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
1{
2 "name": "lom_socket",
3 "version": "1.0.0",
4 "description": "Sockets for lom project",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "start": "nodemon ./index.js"
9 },
10 "author": "jdlugosz963",
11 "license": "ISC",
12 "dependencies": {
13 "axios": "^0.24.0",
14 "cors": "^2.8.5",
15 "express": "^4.17.1",
16 "socket.io": "^4.1.3"
17 }
18}