odin-codespace/restaurant/package.json
2023-12-18 16:19:02 -05:00

17 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"
}
}