From a2e0a65b2599267efe94d665d6305f59b225bbd5 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Tue, 29 Apr 2025 10:47:43 +0530 Subject: feat: added initlaized the frontend and backend --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..d8641d2 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "resturent", + "version": "1.0.0", + "description": "A full-stack web application that simplifies restaurant operations including menu management, table reservations, order processing, billing, and feedback collection.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git@surgot.in:restaurant" + }, + "keywords": [], + "author": "", + "license": "ISC" +} -- cgit v1.2.3-59-g8ed1b