-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
26 lines (26 loc) · 914 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
{
"name": "@extensions-valhalla/bluetooth-quick-connect",
"version": "1.0.0",
"private": "true",
"description": "Allow to connect to paired devices from gnome control panel.\n",
"type": "module",
"scripts": {
"clean": "rm -fr dist",
"build": "pnpm clean && tsup",
"extension-install": "pnpm build && gnome-extensions install dist/*.shell-extension.zip -f",
"update-pot": "xgettext --from-code=UTF-8 extension.js ui.js Settings.ui -o po/bluetooth-quick-connect.pot",
"format": "biome format --write ./**/*.ts",
"fix": "biome lint --apply ./**/*.ts",
"lint": "biome lint ./**/*.ts && biome format ./**/*.ts && tsc"
},
"sideEffects": false,
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@girs/gjs": "^3.3.0",
"@girs/gnome-shell": "46.0.0-beta8",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"zx": "^8.1.2"
},
"packageManager": "[email protected]"
}