57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "eleventy-plugin-syntaxhighlight-chroma",
|
|
"version": "0.0.1",
|
|
"description": "Chroma based syntax highlighting for Markdown, Liquid, Nunjucks 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",
|
|
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --input=demo --output=demo/_site --config=demo/eleventy-config.js",
|
|
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy --input=demo --output=demo/_site --config=demo/eleventy-config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tarasis/eleventy-plugin-syntaxhighlighting-chroma.git"
|
|
},
|
|
"keywords": [
|
|
"eleventy",
|
|
"eleventy-plugin",
|
|
"syntax-highlighting",
|
|
"chroma"
|
|
],
|
|
"author": {
|
|
"name": "Robert McGovern",
|
|
"email": "rob@tarasis.net",
|
|
"url": "https://tarasis.net/"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tarasis/eleventy-plugin-syntaxhighlighting-chroma/issues"
|
|
},
|
|
"homepage": "https://github.com/tarasis/eleventy-plugin-syntaxhighlighting-chroma/",
|
|
"11ty": {
|
|
"compatibility": ">=1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^1.0.2",
|
|
"ava": "^5.0.1",
|
|
"liquidjs": "^9.42.1",
|
|
"markdown-it": "^13.0.1"
|
|
},
|
|
"dependencies": {
|
|
"chroma-highlight": "^2.4.2",
|
|
"jsdom": "^21.1.0",
|
|
"linkedom": "^0.14.19"
|
|
},
|
|
"ava": {
|
|
"environmentVariables": {},
|
|
"failFast": false,
|
|
"files": [
|
|
"./test/*.js"
|
|
]
|
|
}
|
|
} |