-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.09 KB
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
{
"name": "symfony-cli-menubar",
"version": "1.0.0",
"description": "GNOME Shell extension for Symfony CLI",
"main": "dist/extension.js",
"type": "module",
"scripts": {
"build": "tsc && npx eslint --fix 'dist/**/*.js' && npx prettier --write 'dist/**/*.js'",
"watch": "tsc --watch",
"test": "jest tests/unit",
"test:integration": "RUN_INTEGRATION=1 jest tests/integration",
"compile-schemas": "glib-compile-schemas schemas/"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@girs/clutter-14": "^14.0.0-4.0.0-beta.44",
"@girs/gio-2.0": "^2.88.0-4.0.0-beta.44",
"@girs/glib-2.0": "^2.88.0-4.0.0-beta.44",
"@girs/gnome-shell": "^49.1.0",
"@girs/gobject-2.0": "^2.88.0-4.0.0-beta.44",
"@girs/st-14": "^14.0.0-4.0.0-beta.44",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.24",
"esbuild": "^0.27.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@girs/adw-1": "^1.10.0-4.0.0-beta.44",
"@girs/gtk-4.0": "^4.22.1-4.0.0-beta.44",
"@girs/st-15": "^15.0.0-4.0.0-beta.44"
}
}