-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 KB
/
package.json
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
{
"name": "gnome-focus-mode",
"description": "Window-based focus mode for GNOME Shell",
"version": "1.0.0",
"keywords": [],
"scripts": {
"start": "./cli dev",
"clean": "./cli clean",
"build": "./cli build",
"pack": "./cli pack"
},
"author": "ExposedCat",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@girs/gda-5.0": "^5.0.0-4.0.0-beta.14",
"@types/node": "^22.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-functional": "^6.6.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"prettier-eslint": "^16.3.0",
"typescript": "^5.5.3"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ExposedCat/gnome-focus-mode.git"
},
"bugs": {
"url": "https://github.com/ExposedCat/gnome-focus-mode/issues"
},
"homepage": "https://github.com/ExposedCat/gnome-focus-mode#readme",
"sideEffects": false,
"dependencies": {
"@girs/gjs": "^4.0.0-beta.7",
"@girs/gnome-shell": "^46.0.1"
}
}