PIbd-21_MasenkinMS_WebDev_F.../LabWork_02/package.json

13 lines
228 B
JSON
Raw Normal View History

2023-10-06 10:25:02 +04:00
{
"name": "int-prog",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"start": "http-server -p 3000",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"http-server": "14.1.1"
}
}