-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "hubble-module-hubble-weather-module",
"version": "1.2.6",
"description": "Weather data from Open-Meteo API with current conditions and forecast",
"private": true,
"keywords": [
"hubble-module"
],
"scripts": {
"build": "create-hubble-module build",
"validate": "create-hubble-module validate",
"dev": "create-hubble-module dev",
"register": "create-hubble-module register",
"deploy": "create-hubble-module deploy",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"fast-xml-parser": "^4.4.0"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@hubblehome/module-scaffolding": "latest",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"esbuild": "^0.24.0",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^5.0.0",
"jsdom": "^25.0.0",
"typescript-eslint": "^8.0.0",
"vitest": "^2.0.0"
}
}