-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 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
39
40
41
42
43
{
"name": "emom-timer",
"version": "1.0.0",
"description": "[**🏆 Live Demo →**](https://ccombe.github.io/emom-timer/)",
"main": "src/js/app.js",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccombe/emom-timer.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ccombe/emom-timer/issues"
},
"homepage": "https://github.com/ccombe/emom-timer#readme",
"devDependencies": {
"@types/node": "^24.10.15",
"@vitest/coverage-v8": "^4.0.18",
"fake-indexeddb": "^6.2.5",
"idb": "^8.0.3",
"jsdom": "^28.1.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
}
}
}