mirror of
https://github.com/catppuccin/highlightjs.git
synced 2026-01-09 05:01:10 +08:00
38 lines
916 B
JSON
38 lines
916 B
JSON
{
|
|
"name": "@catppuccin/highlightjs",
|
|
"version": "0.1.2",
|
|
"description": "Soothing pastel theme for Highlight.js",
|
|
"repository": "https://github.com/catppuccin/highlightjs.git",
|
|
"author": "Catppuccin Org <releases@catppuccin.com>",
|
|
"contributors": [
|
|
"winston <hey@winston.sh>"
|
|
],
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/catppuccin"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/catppuccin"
|
|
}
|
|
],
|
|
"files": [
|
|
"css/**",
|
|
"sass/**"
|
|
],
|
|
"license": "MIT",
|
|
"private": false,
|
|
"scripts": {
|
|
"build": "rimraf css; sass -I node_modules sass:css --no-source-map --style=compressed",
|
|
"prepack": "npm run build",
|
|
"release": "standard-version"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/palette": "^0.1.6",
|
|
"rimraf": "^4.1.2",
|
|
"sass": "^1.58.0",
|
|
"standard-version": "^9.5.0"
|
|
}
|
|
}
|