Files
drupal-reha/web/themes/custom/reha/package.json
T
2023-11-20 21:17:12 +01:00

15 lines
242 B
JSON

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