web-blog/node_modules/@11ty/eleventy-plugin-syntaxhighlight/package.json

56 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2026-05-29 18:34:34 +00:00
{
"name": "@11ty/eleventy-plugin-syntaxhighlight",
"version": "5.0.2",
"description": "Prism.js based syntax highlighting for Markdown, Liquid, Nunjucks, WebC, and 11ty.js templates.",
"publishConfig": {
"access": "public"
},
"main": ".eleventy.js",
"scripts": {
"test": "npx ava",
"demo": "npx @11ty/eleventy --input=demo --output=demo/_site --config=demo/eleventy-config.js",
"start": "npx @11ty/eleventy --input=demo --output=demo/_site --config=demo/eleventy-config.js --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11ty/eleventy-plugin-syntaxhighlight.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"keywords": [
"eleventy",
"eleventy-plugin"
],
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/11ty/eleventy-plugin-syntaxhighlight/issues"
},
"homepage": "https://www.11ty.dev/docs/plugins/syntaxhighlight/",
"11ty": {
"compatibility": ">=0.5.4"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"ava": "^6.4.1",
"markdown-it": "^14.1.0"
},
"dependencies": {
"prismjs": "^1.30.0"
},
"ava": {
"environmentVariables": {},
"failFast": false,
"files": [
"./test/*.js",
"./test/*.mjs"
]
}
}