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