-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "ggm",
"version": "1.0.0",
"type": "module",
"main": "./src/main.ts",
"license": "GPL-3.0-only",
"author": {
"email": "ggm@grzegorz.ie",
"name": "Grzegorz Maniak",
"url": "https://Grzegorz.ie"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GrzegorzManiak/GnomeGlobalMenu.git"
},
"scripts": {
"bun:build": "bun run ./esbuild.config.js",
"gjs:run": "gjs -m ./dist/build.js",
"bun:watch": "nodemon"
},
"devDependencies": {
"bun-types": "^1.1.7",
"nodemon": "^3.0.1",
"esbuild": "^0.19.3",
"typescript": "^5.3.3",
"@girs/adw-1": "^1.4.0-3.2.5",
"@girs/clutter-13": "^13.0.0-3.2.5",
"@girs/gdk-4.0": "^4.0.0-3.2.5",
"@girs/gio-2.0": "^2.78.0-3.2.5",
"@girs/glib-2.0": "^2.78.0-3.2.5",
"@girs/gnome-shell": "^45.0.0-beta2",
"@girs/gobject-2.0": "^2.78.0-3.2.5",
"@girs/gtk-4.0": "^4.12.4-3.2.7",
"@girs/meta-13": "^13.0.0-3.2.5",
"@girs/mtk-13": "^13.0.0-3.2.5",
"@girs/pango-1.0": "^1.51.0-3.2.5",
"@girs/shell-13": "^13.0.0-3.2.7",
"@girs/st-13": "^13.0.0-3.2.5"
},
"dependencies": {}
}