-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 621 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 621 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
{
"name": "todoit",
"version": "0.1.0",
"description": "A simple gnome todo list extension",
"main": "extension.js",
"repository": "git@github.com:wassimbj/todoit-gnome.git",
"type": "module",
"author": "wassimbj <wassimbenjdida@gmail.com>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^9.14.0",
"eslint-plugin-jsdoc": "^50.4.3",
"globals": "^15.12.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
},
"dependencies": {
"@girs/gjs": "^4.0.0-beta.16",
"@girs/gnome-shell": "^46.0.2"
}
}