27 lines
720 B
JSON
27 lines
720 B
JSON
{
|
|
"name": "11ty-plugin-giallo",
|
|
"version": "0.1.0-beta.0",
|
|
"description": "Eleventy plugin to support TextMate-style syntax highlighting via the Giallo Rust crate.",
|
|
"keywords": ["eleventy", "eleventy-plugin"],
|
|
"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"
|
|
}
|
|
}
|