initial setup

This commit is contained in:
QkoSad
2022-10-13 15:10:30 +03:00
commit c6883ea9da
5 changed files with 3461 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "confusion",
"version": "1.0.0",
"description": "This is a website for Ristorante Con Fusion",
"main": "index.html",
"scripts": {
"start": "npm run lite",
"test": "echo \"Error: no test specified\" && exit 1",
"lite": "lite-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "^2.3.0"
}
}