forked from bennypowers/gnome-shell-extension-firefox-pip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 788 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
{
"name": "gnome-shell-extension-firefox-pip",
"version": "1.0.0",
"description": "",
"main": "extension.js",
"scripts": {
"typecheck": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^8.22.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@girs/adw-1": "^1.4.0-3.2.4",
"@girs/clutter-12": "^12.0.0-3.2.4",
"@girs/gio-2.0": "^2.78.0-3.2.4",
"@girs/gjs": "^3.2.4",
"@girs/glib-2.0": "^2.78.0-3.2.4",
"@girs/gobject-2.0": "^2.78.0-3.2.4",
"@girs/gtk-4.0": "^4.12.3-3.2.4",
"@girs/meta-12": "^12.0.0-3.2.4",
"@girs/shell-13": "^13.0.0-3.2.4",
"@girs/st-12": "^12.0.0-3.2.4"
}
}