-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 902 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
30
31
32
33
34
{
"name": "catppuccin-github-file-explorer-icons",
"version": "0.12.0",
"description": "Soothing pastel icons for GitHub File Explorer",
"license": "MIT",
"dependencies": {
"@catppuccin/palette": "1.3.0",
"selector-observer": "2.1.6",
"webext-dynamic-content-scripts": "10.0.4",
"webext-permission-toggle": "5.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@humanfs/node": "0.16.5",
"@humanfs/types": "0.13.0",
"@wxt-dev/auto-icons": "1.0.2",
"jiti": "2.2.1",
"svgo": "3.2.0",
"wxt": "0.19.9"
},
"scripts": {
"lint": "biome check .",
"format": "biome format --write .",
"dev": "wxt",
"dev:firefox": "wxt --browser firefox",
"build": "wxt build",
"build:firefox": "wxt build --browser firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip --browser firefox",
"postinstall": "wxt prepare"
},
"type": "module",
"packageManager": "[email protected]"
}