mirror of
https://github.com/catppuccin/vscode-icons.git
synced 2026-01-09 05:31:03 +08:00
98 lines
2.3 KiB
JSON
98 lines
2.3 KiB
JSON
{
|
|
"publisher": "Catppuccin",
|
|
"name": "catppuccin-vsc-icons",
|
|
"displayName": "Catppuccin Icons for VSCode",
|
|
"type": "module",
|
|
"version": "0.34.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@8.14.3",
|
|
"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"
|
|
],
|
|
"main": "dist/index.cjs",
|
|
"icon": "assets/icon.png",
|
|
"extensionKind": [
|
|
"ui",
|
|
"workspace"
|
|
],
|
|
"engines": {
|
|
"vscode": "^1.83.0",
|
|
"node": ">=20.0.0"
|
|
},
|
|
"activationEvents": [
|
|
"onStartupFinished"
|
|
],
|
|
"contributes": {
|
|
"iconThemes": [
|
|
{
|
|
"id": "catppuccin-mocha",
|
|
"label": "Catppuccin Mocha",
|
|
"path": "./dist/mocha/theme.json"
|
|
},
|
|
{
|
|
"id": "catppuccin-latte",
|
|
"label": "Catppuccin Latte",
|
|
"path": "./dist/latte/theme.json"
|
|
},
|
|
{
|
|
"id": "catppuccin-frappe",
|
|
"label": "Catppuccin Frappé",
|
|
"path": "./dist/frappe/theme.json"
|
|
},
|
|
{
|
|
"id": "catppuccin-macchiato",
|
|
"label": "Catppuccin Macchiato",
|
|
"path": "./dist/macchiato/theme.json"
|
|
}
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "tsx scripts/build.ts",
|
|
"catwalk": "tsx scripts/catwalk.ts",
|
|
"icons:generate": "tsx scripts/generate.ts",
|
|
"icons:optimize": "tsx scripts/optimize.ts",
|
|
"icons:preview": "tsx scripts/preview.ts",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"pack": "vsce package --no-dependencies",
|
|
"vscode:prepublish": "pnpm build"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.6.3",
|
|
"@catppuccin/palette": "^1.0.3",
|
|
"@iconify/tools": "^4.0.0",
|
|
"@types/node": "^20.10.8",
|
|
"@types/vscode": "^1.83.0",
|
|
"@vscode/vsce": "^2.22.0",
|
|
"bumpp": "^9.3.0",
|
|
"changelogen": "^0.5.5",
|
|
"defu": "^6.1.4",
|
|
"eslint": "^8.56.0",
|
|
"lookpath": "^1.2.2",
|
|
"magic-regexp": "^0.7.0",
|
|
"puppeteer": "^21.9.0",
|
|
"rimraf": "^5.0.5",
|
|
"tempy": "^3.1.0",
|
|
"tsup": "^8.0.1",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|