{
"name": "@vyuh/web",
"private": true,
"version": "0.0.0",
"scripts": {
"build:css": "node scripts/build-css.mjs",
"check:css": "node scripts/check-css.mjs",
"watch:css": "sass --watch --load-path=node_modules scss/vyuh.scss:public/css/vyuh.css scss/stylebook.scss:public/css/stylebook.css --style=expanded"
},
"devDependencies": {
"bootstrap": "^5.3.3",
"sass": "^1.77.8"
}
}