summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-12-15 22:46:44 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-12-15 22:46:44 +0100
commita958abb1e08d7cf23829dc207a1cdd62344fd1a1 (patch)
treedfe2c1da603a16ffdc5b90579d448bd5494eea2d /package.json
downloadlom_socket-a958abb1e08d7cf23829dc207a1cdd62344fd1a1.tar.gz
lom_socket-a958abb1e08d7cf23829dc207a1cdd62344fd1a1.zip
very simple chat socketsHEADmaster
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}