mirror of
https://github.com/catppuccin/web-file-explorer-icons.git
synced 2026-01-09 05:50:49 +08:00
31 lines
745 B
JSON
31 lines
745 B
JSON
{
|
|
"name": "catppuccin-github-file-explorer-icons",
|
|
"version": "0.6.1",
|
|
"description": "Soothing pastel icons for GitHub File Explorer",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@catppuccin/palette": "1.2.0",
|
|
"selector-observer": "2.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@humanfs/node": "0.16.0",
|
|
"@humanfs/types": "0.13.0",
|
|
"jiti": "1.21.0",
|
|
"prettier": "3.3.1",
|
|
"svgo": "3.2.0",
|
|
"wxt": "0.18.4"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --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": "pnpm@9.1.4"
|
|
}
|