mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2024-12-27 14:40:43 -05:00
18 lines
340 B
JSON
18 lines
340 B
JSON
|
{
|
||
|
"name": "restaurant",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"html-webpack-plugin": "^5.5.4",
|
||
|
"webpack": "^5.89.0",
|
||
|
"webpack-cli": "^5.1.4"
|
||
|
}
|
||
|
}
|