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

19 wiersze
427 B
JSON

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