-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 1017 Bytes
/
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
{
"name": "gnome-shell-extension-settingscenter",
"version": "1.0.0",
"description": "Settings Center is a customizable drop-down menu for quickly launching frequently used apps in Gnome:Shell via the quick settings menu.",
"main": "[email protected]/extension.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"update-translations": "./update-translation-po-files.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisLauinger77/XES-Settings-Center-Extension.git"
},
"keywords": [
"gnome-shell",
"extension",
"settings",
"quick-launch"
],
"author": "Chris Lauinger",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ChrisLauinger77/XES-Settings-Center-Extension/issues"
},
"homepage": "https://github.com/ChrisLauinger77/XES-Settings-Center-Extension#readme",
"devDependencies": {
"eslint": "^9.0.0",
"@eslint/js": "^9.0.0"
},
"type": "module"
}