{ "name": "frontend", "version": "1.0.0", "description": "", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "http-server -p 3000 ./" }, "author": "", "license": "ISC", "dependencies": { "bootstrap": "^5.2.3" }, "devDependencies": { "http-server": "14.1.1" } }