Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
{ "name": "light.loc", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "browser-sync start --server 'app' --files 'app/index.html, app/css/main.css, app/js/main.js'", "watch:css": "onchange 'app/css/main.css'", "watch:js": "onchange 'app/js/main.js'" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "onchange": "^7.1.0", "parallelshell": "^3.0.2" } }