-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "gnome-extension-circular-widgets",
"version": "0.0.0",
"private": true,
"type": "module",
"license": "GPL-3.0-only",
"sideEffects": false,
"dependencies": {
"@girs/cairo-1.0": "=1.0.0-3.2.7",
"@girs/clutter-13": "=13.0.0-3.2.7",
"@girs/gdk-4.0": "=4.0.0-3.2.7",
"@girs/gio-2.0": "=2.78.0-3.2.7",
"@girs/gjs": "=3.2.7",
"@girs/glib-2.0": "=2.78.0-3.2.7",
"@girs/gnome-shell": "=45.0.0-beta9",
"@girs/gobject-2.0": "=2.78.0-3.2.7",
"@girs/meta-13": "=13.0.0-3.2.7",
"@girs/pango-1.0": "=1.51.0-3.2.7",
"@girs/pangocairo-1.0": "=1.0.0-3.2.7",
"@girs/shell-13": "=13.0.0-3.2.7",
"@girs/st-13": "=13.0.0-3.2.7"
},
"devDependencies": {
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.15.2",
"engine": {
"pnpm": "^8.15.2",
"node": ">= 20.0.0"
},
"engineStrict": true,
"pnpm": {
"patchedDependencies": {
"@girs/cairo-1.0@1.0.0-3.2.7": "patches/@girs__cairo-1.0@1.0.0-3.2.7.patch",
"@girs/st-13@13.0.0-3.2.7": "patches/@girs__st-13@13.0.0-3.2.7.patch"
}
}
}