generated from jmmaranan/gnome-shell-ext-template
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
48 lines (48 loc) · 1.25 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
42
43
44
45
46
47
48
{
"name": "forge",
"version": "22.51.0",
"description": "Forge - Tiling Extension for GNOME",
"main": "extension.js",
"scripts": {
"test": "prettier --list-different \"./**/*.{js,jsx,ts,tsx,json}\"",
"prepare": "husky install",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/forge-ext/forge.git"
},
"keywords": [
"gnome",
"forge",
"tiling",
"javascript",
"gnome-shell"
],
"author": "Jose Maranan",
"contributors": [
"Benny Powers <web@bennypowers.com>"
],
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/forge-ext/forge/issues"
},
"homepage": "https://github.com/forge-ext/forge#readme",
"devDependencies": {
"@girs/adw-1": "^1.3.3-3.2.0",
"@girs/clutter-12": "^12.0.0-3.2.0",
"@girs/gdk-4.0": "^4.0.0-3.2.0",
"@girs/gio-2.0": "^2.76.1-3.2.0",
"@girs/gjs": "^3.2.0",
"@girs/gobject-2.0": "^2.76.1-3.2.0",
"@girs/gtk-4.0": "^4.10.4-3.2.0",
"@girs/meta-12": "^12.0.0-3.2.0",
"@girs/st-12": "^12.0.0-3.2.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}