forked from forge-ext/forge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 802 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
29
30
31
32
33
34
35
{
"name": "forge",
"version": "22.51.0",
"description": "Forge - Tiling Extension for GNOME",
"main": "extension.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmmaranan/forge.git"
},
"keywords": [
"gnome",
"forge",
"tiling",
"javascript",
"gnome-shell"
],
"author": "Jose Maranan",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jmmaranan/forge/issues"
},
"homepage": "https://github.com/jmmaranan/forge#readme",
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}