blob: d8641d2c74f45dac3dce032546e736bba4f39755 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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": "[email protected]:restaurant"
},
"keywords": [],
"author": "",
"license": "ISC"
}
|