-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 811 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 811 Bytes
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
{
"name": "hubble-module-hubble-clock",
"version": "2.0.2",
"description": "A clock visualization supports multiple timezones",
"private": true,
"type": "module",
"keywords": [
"hubble-module"
],
"scripts": {
"build": "create-hubble-module build",
"validate": "create-hubble-module validate",
"dev": "create-hubble-module dev",
"test": "vitest run",
"lint": "eslint ."
},
"devDependencies": {
"@hubblehome/module-scaffolding": "latest",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"esbuild": "^0.24.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^27.0.1",
"vitest": "^3.2.4"
}
}