highlightjs/package.json
2023-09-22 02:16:09 +02:00

37 lines
867 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",
"preview": "serve ."
},
"devDependencies": {
"@catppuccin/palette": "^0.2.0",
"rimraf": "^5.0.1",
"sass": "^1.58.0",
"serve": "^14.2.1"
}
}