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

15 lines
244 B
JSON

{
"name": "erabletheme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sass": "node-sass -w scss/ -o css/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"node-sass": "^9.0.0"
}
}