-
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) · 994 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 994 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
32
33
34
35
36
37
38
{
"name": "pomodoro-userscript",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@10.16.1",
"author": "crashmax <userscript@crashmax.ru>",
"license": "MIT",
"homepage": "https://greasify.github.io/pomodoro-userscript/",
"engines": {
"node": "22.19.0"
},
"volta": {
"node": "22.19.0"
},
"scripts": {
"dev": "vite build --watch --mode development",
"build": "vite build",
"lint": "eslint . --cache",
"lint:fix": "eslint . --fix --cache"
},
"dependencies": {
"@zero-dependency/dom": "1.8.4",
"@zero-dependency/emitter": "1.2.5",
"@zero-dependency/interact": "0.2.4",
"@zero-dependency/storage": "1.3.4",
"@zero-dependency/utils": "1.7.7",
"worker-timers": "8.0.25"
},
"devDependencies": {
"@antfu/eslint-config": "5.4.1",
"@crashmax/tsconfig": "2.2.0",
"sass-embedded": "1.93.2",
"typescript": "5.9.3",
"vite": "7.1.9",
"vite-userscript-plugin": "1.11.0"
}
}