/
outthevoid
/
frontend_developer_module_3
Обзор
Документация
Войти
/
outthevoid
/
frontend_developer_module_3
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
28 строк
895 B
darthmorgot
Мелкие правки кода.
09 янв 2024, 14:56
09 янв 2024, 14:56
b4d4745
Код
Авторство
О чём код?
{ "name": "keksobooking", "version": "1.0.0", "description": "Личный проект «Pink» от HTML Academy, Профессия «Фронтенд-разработчик 2», Модуль 3. JavaScript. Профессиональная разработка веб-интерфейсов", "main": "main.js", "scripts": { "start": "browser-sync start --config bs-config.js" }, "author": "Master", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/darthmorgot/frontend_developer_module_3" }, "bugs": { "url": "https://github.com/darthmorgot/frontend_developer_module_3/issues" }, "homepage": "https://github.com/darthmorgot/frontend_developer_module_3#readme", "private": true, "engines": { "node": "20.x", "npm": "10.x" }, "devDependencies": { "browser-sync": "^2.29.3", "eslint": "^8.53.0" } }