js-restaurant/package.json
2023-05-04 12:53:09 -07:00

22 lines
456 B
JSON
Executable file

{
"name": "js-restaurant",
"version": "1.0.0",
"description": "ODIN Project Restaurant Page implemented in JS",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"js",
"restaurant",
"javascript",
"odin"
],
"author": "ak",
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
}
}