-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
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": "simpleweather",
"version": "0.1.0",
"description": "GNOME Shell Extension to show the weather.",
"keywords": [
"gnome",
"shell",
"extension"
],
"homepage": "https://github.com/romanlefler/SimpleWeather#readme",
"bugs": {
"url": "https://github.com/romanlefler/SimpleWeather/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romanlefler/SimpleWeather.git"
},
"license": "GPL-3.0-or-later",
"author": "Roman Lefler",
"type": "module",
"main": "dist/build/extension.ts",
"scripts": {
"test": "echo 'Tests not implemeneted yet.'"
},
"devDependencies": {
"eslint": "^9.28.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@girs/gjs": "^4.0.0-beta.23",
"@girs/gnome-shell": "^48.0.2",
"@girs/soup-3.0": "^3.6.4-4.0.0-beta.23"
}
}