-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 2.25 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "focus",
"version": "1.8.0",
"description": "Transparent inactive windows",
"type": "module",
"private": true,
"scripts": {
"build:meta": "node generate-metadata.js",
"build:schemas": "node generate-schemas.js",
"clean": "node clean.js",
"lint": "eslint .",
"build": "yarn lint && npx rollup -c && yarn build:meta && yarn build:schemas ",
"build:package": "npm run build && cd ./dist && zip -r ../[email protected] . && cd ..",
"package:uninstall": "[ -d ~/.local/share/gnome-shell/extensions/[email protected] ] && rm -r ~/.local/share/gnome-shell/extensions/[email protected] || echo ''",
"package:install": "npm run build:package && npm run package:uninstall && unzip [email protected] -d ~/.local/share/gnome-shell/extensions/[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scaryrawr/gnome-focus.git"
},
"keywords": [
"gjs",
"gnome",
"shell",
"extension",
"focus"
],
"author": "Mike Wallio",
"license": "MIT",
"bugs": {
"url": "https://github.com/scaryrawr/gnome-focus/issues"
},
"homepage": "https://github.com/scaryrawr/gnome-focus#readme",
"devDependencies": {
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@girs/gdk-4.0": "^4.0.0-4.0.0-beta.19",
"@girs/gio-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gjs": "^4.0.0-beta.19",
"@girs/glib-2.0": "^2.82.2-4.0.0-beta.19",
"@girs/gnome-shell": "^47.0.0",
"@girs/gtk-4.0": "^4.16.3-4.0.0-beta.19",
"@girs/meta-14": "^14.0.0-4.0.0-beta.19",
"@girs/shell-14": "^14.0.0-4.0.0-beta.19",
"@girs/st-1.0": "^1.0.0-4.0.0-beta.19",
"@rollup/plugin-typescript": "^12.1.1",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.5.0",
"prettier": "^3.3.3",
"rollup": "^4.26.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}