11ty-plugin-giallo/package.json

28 lines
713 B
JSON
Raw Permalink Normal View History

2026-01-23 19:30:29 +00:00
{
"name": "11ty-plugin-giallo",
2026-01-26 01:50:01 +00:00
"version": "0.1.0",
2026-01-23 19:30:29 +00:00
"description": "Eleventy plugin to support TextMate-style syntax highlighting via the Giallo Rust crate.",
2026-01-25 23:35:05 +00:00
"keywords": ["eleventy", "eleventy-plugin"],
2026-01-23 19:30:29 +00:00
"repository": {
"type": "git",
"url": "https://forge.secondsystemtech.com/brent/11ty-plugin-giallo"
},
"license": "EUPL-1.2",
"author": "Brent Schroeter (https://brentsch.com)",
"type": "module",
"main": ".eleventy.js",
"scripts": {
"test": "mise run test"
},
"11ty": {
"compatibility": ">=3.0.0"
},
"dependencies": {
"@bytecodealliance/preview2-shim": "^0.17.6"
},
"devDependencies": {
"@bytecodealliance/jco": "^1.15.4",
"jest": "^30.2.0"
}
}