{
  "name": "@11ty/eleventy-plugin-syntaxhighlight",
  "version": "5.0.0",
  "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": "^2.0.1",
    "ava": "^5.2.0",
    "markdown-it": "^13.0.1"
  },
  "dependencies": {
    "prismjs": "^1.29.0"
  },
  "ava": {
    "environmentVariables": {},
    "failFast": false,
    "files": [
      "./test/*.js"
    ]
  }
}
