mirror of
https://github.com/catppuccin/discord.git
synced 2026-01-09 04:50:45 +08:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "catppuccin-discord",
|
|
"version": "0.2.0",
|
|
"description": "Catppuccin theme for Discord",
|
|
"repository": "https://github.com/catppuccin/discord",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Catppuccin Org",
|
|
"email": "core@catppuccin.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "winston",
|
|
"email": "hey@winston.sh"
|
|
}
|
|
],
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "mkdir -p dist/dist && sass -I node_modules --no-charset --no-source-map src:dist/dist",
|
|
"release": "node build.js && mkdir -p dist/dist && sass -I node_modules --style=compressed --no-charset --no-source-map src:dist/dist && rm src/catppuccin-*-*.theme.scss",
|
|
"watch": "mkdir -p dist/dist && sass -I node_modules --no-charset --no-source-map src:dist/dist -w",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/highlightjs": "^1.0.0",
|
|
"@catppuccin/palette": "^1.0.0",
|
|
"husky": ">=6",
|
|
"lint-staged": ">=10",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.55.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,sass,scss}": "prettier --write"
|
|
}
|
|
}
|