-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 964 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 964 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
{
"name": "flow-plugin-timer",
"version": "1.3.0",
"description": "Plugin for Flow Launcher that sets timers and alarms using hourglass.",
"main": "./dist/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pivotiiii/flow_launcher_timer.git"
},
"keywords": [
"flowlauncher",
"timer",
"alarm"
],
"author": {
"name": "pivotiiii",
"url": "https://pivotiiii.github.io"
},
"bugs": {
"url": "https://github.com/pivotiiii/flow_launcher_timer/issues"
},
"homepage": "https://github.com/pivotiiii/flow_launcher_timer",
"type": "module",
"dependencies": {
"open": "^9.1.0"
},
"devDependencies": {
"@types/node": "^20.19.1",
"@types/open": "^6.1.0",
"typescript": "^5.8.3",
"vitest": "^1.6.0"
},
"scripts": {
"build": "tsc -p .",
"test": "vitest run"
}
}