Files
changedetection.io/changedetectionio/static/styles/package.json
2021-12-19 23:17:24 +01:00

18 lines
378 B
JSON

{
"name": "changedetection.io-theme",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "node-sass styles.scss diff.scss -o .",
"watch": "node-sass --watch styles.scss diff.scss -o ."
},
"author": "",
"license": "ISC",
"dependencies": {
"node-sass": "^6.0.1",
"tar": "^6.1.9",
"trim-newlines": "^3.0.1"
}
}