highlightjs/package.json
github-actions[bot] 1a3847c7a7
chore(main): release 1.0.1 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-28 17:50:30 +00:00

42 lines
1.1 KiB
JSON

{
"name": "@catppuccin/highlightjs",
"version": "1.0.1",
"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>",
"uncenter <hi@uncenter.dev>"
],
"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",
"build:pages": "npm run build && tailwindcss -mo preview/style.css",
"preview": "serve preview",
"prepare": "npm run build"
},
"devDependencies": {
"@catppuccin/palette": "^1.0.0",
"@catppuccin/tailwindcss": "^0.1.6",
"rimraf": "^6.0.0",
"sass": "^1.85.1",
"serve": "^14.2.1",
"tailwindcss": "^3.3.3"
}
}