-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 912 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 912 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
30
31
{
"name": "hubble-module-hubble-timer",
"version": "2.0.0",
"description": "A timer that will be used for cooking timer, can be counting up or counting down.",
"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"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@hubblehome/module-scaffolding": "latest",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"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"
}
}