mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"name": "@hugo-fixit/chroma-lexers",
|
|
"private": true,
|
|
"description": "Generate Chroma lexer SCSS map from GitHub for the FixIt theme",
|
|
"author": "Lruihao",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"start": "tsx src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@hugo-fixit/shared": "workspace:*",
|
|
"ora": "^9.4.1"
|
|
}
|
|
}
|