{
"name": "frontend",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"start": "http-server -p 8081"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.2.3",
"http-server": "^14.1.1"
}