kopia lustrzana https://github.com/dgtlmoon/changedetection.io
19 wiersze
427 B
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"
|
|
}
|
|
}
|