From 80562500e572412fb1cc7c4f39a8060ccf9fd0c0 Mon Sep 17 00:00:00 2001 From: SuramyaRanjan <154046510+SuramyaRanjan@users.noreply.github.com> Date: Sat, 13 Apr 2024 22:38:33 +0530 Subject: [PATCH] Delete package.json Signed-off-by: SuramyaRanjan <154046510+SuramyaRanjan@users.noreply.github.com> --- package.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 077fd06..0000000 --- a/package.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "chatup", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "dev": "nodemon server" - }, - "keywords": [], - "author": "", - "license": "ISC", - "dependencies": { - "express": "^4.19.2", - "socket.io": "^4.7.5" - }, - "devDependencies": { - "nodemon": "^3.1.0" - } -}