Afanasev_Stepan_PIbd-21_IP/ИП 2 лаба/package.json

20 lines
402 B
JSON
Raw Permalink Normal View History

2024-01-10 16:11:49 +04:00
{
"name": "int-prog",
"version": "1.0.0",
"description": "",
"main": "main.html",
"scripts": {
"start": "http-server -p 3000 ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bootstrap": "5.2.1",
"@fortawesome/fontawesome-free": "6.2.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "14.1 .1 "
}
}