restaurantt
Version:
This package contains a backend of what would be the logic of a restaurant software
32 lines (30 loc) • 637 B
JSON
{
"name": "restaurantt",
"version": "1.0.13",
"description": "This package contains a backend of what would be the logic of a restaurant software",
"main": "app.js",
"scripts": {
"start": "node app"
},
"dependencies": {
"mssql": "8.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rwkama1/RestaurantTS"
},
"keywords": [
"backend",
"typeScript",
"ts",
"js",
"javascript",
"bill",
"amount",
"total",
"date",
"user",
"restaurant"],
"author": "Carlos Rodriguez <rwkamandriw@gmail.com>",
"license": "MIT"
}