sisal
Version:
An 11ty plugin that integrates Ligature and Wander.
26 lines • 566 B
JSON
{
"name": "sisal",
"version": "0.4.0",
"private": false,
"description": "An 11ty plugin that integrates Ligature and Wander.",
"main": "sisal.js",
"type": "module",
"keywords": [
"11ty",
"plugin",
"ligature",
"wander"
],
"author": "https://almibe.dev",
"license": "MPL-2.0",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@ligature/ligature": "^0.16.0",
"he": "^1.2.0",
"markdown-it": "^14.1.0"
},
"scripts": {
"sisal": "node sisal-gen.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}