14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
||
"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"
|
||
}
|
||
}
|