IP_PIbd-21_Sorokin_PV/FrontEnd/package.json

19 lines
349 B
JSON

{
"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"
}
}