{ "name": "bootstrap-theme-generator", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "sass": "sass --watch ./scss/custom.scss ./css/custom.css", "sass-minify": "sass --watch ./scss/custom.scss ./css/custom.min.css --style compressed" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "bootstrap": "^5.3.3", "sass": "^1.86.0" } }