{ "name": "frontend", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build:scss": "sass src/styles/main.scss static/main.css --no-source-map --style=compressed", "watch:scss": "sass --watch src/styles/main.scss:static/main.css", "start": "npm-run-all --parallel watch:scss "trunk serve"" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "autoprefixer": "^10.5.0", "postcss-cli": "^11.0.1", "sass": "^1.99.0" } }