{ "name": "sbi-pug", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "nodemon ./index.js", "bs-init": "browser-sync init", "ui": "browser-sync start --config bs-config.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "browser-sync": "^3.0.2", "nodemon": "^3.0.2" }, "dependencies": { "express": "^4.18.2", "pug": "^3.0.2" } }