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