{ "name": "ip_lab", "version": "1.0.0", "description": "My project for IP lab", "main": "index.html", "scripts": { "start": "http-server -p 3000 ./", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Abazov Andrey", "license": "ISC", "dependencies": { "bootstrap": "5.2.1", "@fortawesome/fontawesome-free": "6.2.0" }, "devDependencies": { "http-server": "14.1.1" } }