generated from swsnr/gnome-shell-extension-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 821 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
{
"license": "GPL-2.0-or-later OR MPL-2.0",
"type": "module",
"private": true,
"scripts": {
"compile": "tsc --build tsconfig.json",
"dist:format": "eslint --no-config-lookup --config eslint.config.dist.js --quiet --fix build/",
"check:types": "tsc --build tsconfig.types.json --force",
"lint": "eslint .",
"format": "prettier ."
},
"engines": {
"node": ">=20",
"pnpm": "^9"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@girs/gjs": "4.0.0-beta.18",
"@girs/gnome-shell": "47.0.0",
"@girs/soup-3.0": "3.6.0-4.0.0-beta.18",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-promise": "^7.1.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
}
}