{ "publisher": "Catppuccin", "name": "catppuccin-vsc-icons", "displayName": "Catppuccin Icons for VSCode", "type": "module", "version": "0.33.0", "description": "🦌 Soothing pastel icon theme for VSCode", "author": "prazdevs", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/catppuccin/vscode-icons" }, "keywords": [ "catppuccin", "theme", "fancy", "pastel-colors", "vscode", "vscode-theme", "vscode-icons", "vscode-extension" ], "categories": [ "Themes" ], "icon": "logo.png", "files": [ "dist" ], "engines": { "vscode": "^1.69.0" }, "contributes": { "iconThemes": [ { "id": "catppuccin-mocha", "label": "Catppuccin Mocha", "path": "themes/mocha/theme.json" }, { "id": "catppuccin-latte", "label": "Catppuccin Latte", "path": "themes/latte/theme.json" }, { "id": "catppuccin-frappe", "label": "Catppuccin Frappé", "path": "themes/frappe/theme.json" }, { "id": "catppuccin-macchiato", "label": "Catppuccin Macchiato", "path": "themes/macchiato/theme.json" } ] }, "scripts": { "build": "yarn build:themes && yarn build:preview", "build:icons": "tsx scripts/icons.ts", "build:themes": "tsx scripts/themes.ts", "build:preview": "tsx scripts/preview.ts", "catwalk": "tsx scripts/catwalk.ts", "dev": "chokidar \"src/**/*\" -c \"yarn build\"", "integrity": "tsx scripts/integrity.ts", "lint": "eslint .", "lint:fix": "eslint . --fix", "package": "vsce package --no-dependencies -o dist", "release": "bumpp -t \"v%s\" -c \"chore: release v\"" }, "devDependencies": { "@antfu/eslint-config": "^0.38.6", "@catppuccin/palette": "^0.1.8", "@types/fs-extra": "^11.0.1", "@types/node": "^18.16.5", "@vscode/vsce": "^2.19.0", "bumpp": "^9.1.0", "chokidar-cli": "^3.0.0", "colorsea": "^1.2.1", "consola": "^3.1.0", "eslint": "^8.40.0", "fs-extra": "^11.1.1", "lint-staged": "^15.2.0", "pathe": "^1.1.0", "puppeteer": "^20.1.2", "scule": "^1.0.0", "simple-git-hooks": "^2.9.0", "svgo": "^3.0.2", "tsx": "^3.12.7", "typescript": "^5.0.4" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" }, "__metadata": { "id": "625b9abd-dfac-405b-bf34-e65f46e2f22f", "publisherId": "e7d2ed61-53e0-4dd4-afbe-f536c3bb4316", "publisherDisplayName": "Catppuccin", "targetPlatform": "undefined", "isApplicationScoped": false, "updated": false, "isPreReleaseVersion": false, "preRelease": false, "installedTimestamp": 1737998714308 } }