Files
sunscope/package.json
T
fraxle ffacb81ab2 1.6.0
Fix and enhance the concrete calculation
Minify the about.css file
2026-05-19 10:51:39 +01:00

14 lines
276 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "sunscope",
"version": "1.0.0",
"description": "SunScope UTCI Thermal Comfort Forecast",
"type": "module",
"scripts": {
"build": "node build.js",
"build:watch": "node --watch build.js"
},
"devDependencies": {
"esbuild": "^0.21.5"
}
}