Files
drupal-erable/web/themes/erabletheme/package.json

15 lines
271 B
JSON

{
"name": "erabletheme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sass": "sass --watch --no-source-map scss/styles.scss:css/styles.css"
},
"author": "",
"license": "ISC",
"dependencies": {
"sass": "^1.69.5"
}
}