mirror of
https://github.com/catppuccin/vscord.git
synced 2026-01-09 05:51:17 +08:00
26 lines
575 B
JSON
26 lines
575 B
JSON
{
|
|
"name": "catppuccin-vscord",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsx scripts/build.ts",
|
|
"lint": "eslint ."
|
|
},
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@9.9.0",
|
|
"devDependencies": {
|
|
"@catppuccin/palette": "^1.2.0",
|
|
"@eslint/js": "^9.6.0",
|
|
"@iconify/json": "^2.2.226",
|
|
"@iconify/utils": "^2.1.25",
|
|
"@types/node": "^20.14.10",
|
|
"consola": "^3.2.3",
|
|
"eslint": "^9.6.0",
|
|
"globals": "^15.8.0",
|
|
"sharp": "^0.33.4",
|
|
"tsx": "^4.16.2",
|
|
"typescript-eslint": "^8.0.0"
|
|
}
|
|
}
|