Files
bootstrap-theme-generator/package.json
2025-03-26 20:59:25 +01:00

19 lines
434 B
JSON

{
"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"
}
}