-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "jogos",
"version": "0.1.0",
"description": "Template for writing GNOME applications in TypeScript",
"main": "src/main.ts",
"repository": "https://github.com/alessandrojean/jogos",
"author": "Alessandro Jean",
"license": "GPL-3.0+",
"dependencies": {
"typescript": "5.6.2"
},
"devDependencies": {
"@girs/adw-1": "1.6.0-4.0.0-beta.15",
"@girs/gda-6.0": "6.0.0-4.0.0-beta.15",
"@girs/gdk-4.0": "4.0.0-4.0.0-beta.15",
"@girs/gio-2.0": "2.80.3-4.0.0-beta.15",
"@girs/girepository-3.0": "3.0.0-4.0.0-beta.15",
"@girs/gjs": "4.0.0-beta.15",
"@girs/glib-2.0": "2.80.3-4.0.0-beta.15",
"@girs/gobject-2.0": "2.80.3-4.0.0-beta.15",
"@girs/graphene-1.0": "1.0.0-4.0.0-beta.15",
"@girs/gtk-4.0": "4.14.5-4.0.0-beta.15",
"@girs/soup-3.0": "3.4.4-4.0.0-beta.15",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8"
},
"scripts": {
"build": "tsc --strict",
"typecheck": "tsc --strict --noEmit"
}
}