renovate[bot] f225faba62
chore(deps): update dependency prettier to v3.3.1 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 08:34:02 -04:00

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"
}