-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
34 lines (34 loc) · 946 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
{
"name": "astra-monitor",
"version": "1.0.0",
"description": "Astra Monitor - Resource Monitor for GNOME shell",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/AstraExt/astra-monitor.git"
},
"bugs": {
"url": "https://github.com/AstraExt/astra-monitor/issues"
},
"keywords": [
"gnome",
"astra",
"monitor",
"javascript",
"gnome-shell"
],
"author": "Lju",
"license": "GPL-3.0-or-later",
"scripts": {
"format": "prettier --write --cache . && eslint --fix ."
},
"devDependencies": {
"eslint": "^8.57.0",
"@girs/gnome-shell": "^47.0.0-next.4",
"@girs/gjs": "^4.0.0-beta.16",
"@girs/gtop-2.0": "2.0.0-4.0.0-beta.16",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"prettier": "^3.2.5"
}
}