2021-06-14 10:42:42 +00:00
|
|
|
{
|
|
|
|
|
"name": "changedetection.io-theme",
|
|
|
|
|
"version": "0.0.3",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
2025-07-12 20:50:55 +00:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0"
|
|
|
|
|
},
|
2021-06-14 10:42:42 +00:00
|
|
|
"scripts": {
|
2025-07-12 20:50:55 +00:00
|
|
|
"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
|
|
|
},
|
2025-07-12 20:50:55 +00:00
|
|
|
"author": "Leigh Morresi / Web Technologies s.r.o.",
|
|
|
|
|
"license": "Apache",
|
2021-06-14 10:42:42 +00:00
|
|
|
"dependencies": {
|
2025-07-12 20:50:55 +00:00
|
|
|
"sass": "^1.77.8"
|
2021-06-14 10:42:42 +00:00
|
|
|
}
|
|
|
|
|
}
|