changedetection.io/changedetectionio/static/styles/package.json

19 wiersze
427 B
JSON

{
"name": "changedetection.io-theme",
"version": "0.0.3",
"description": "",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"watch": "sass --watch scss:. --style=compressed --no-source-map",
"build": "sass scss:. --style=compressed --no-source-map"
},
"author": "Leigh Morresi / Web Technologies s.r.o.",
"license": "Apache",
"dependencies": {
"sass": "^1.77.8"
}
}