{
   "name": "hljs-enhance",
   "version": "2.1.1",
   "description": "Adds a little extra stuff to highlight.js",
   "license": "MIT",
   "type": "module",
   "module": "dist/hljs-enhance.js",
   "browser": "dist/hljs-enhance.js",
   "files": [
      "dist"
   ],
   "repository": {
      "type": "git",
      "url": "git+https://github.com/center-key/hljs-enhance.git"
   },
   "homepage": "https://github.com/center-key/hljs-enhance",
   "bugs": "https://github.com/center-key/hljs-enhance/issues",
   "docs": "https://github.com/center-key/hljs-enhance#readme",
   "author": "Center Key (https://centerkey.com)",
   "keywords": [
      "highlightjs",
      "javascript",
      "syntax-highlighting"
   ],
   "jshintConfig": {
      "esversion": 11,
      "strict": "implied",
      "eqeqeq": true,
      "undef": true,
      "unused": true,
      "browser": true,
      "node": true
   },
   "cliConfig": {
      "macros": {
         "instructions": "Paste the HTML below into the <head> section of your web page:\n",
         "cdn": "/https:..cdn.jsdelivr.net.npm.hljs-enhance@[0-9.]+/g"
      }
   },
   "runScriptsConfig": {
      "clean": [
         "rimraf dist docs"
      ],
      "dist": [
         "add-dist-header src --ext=.css,.js dist",
         "replacer src/hljs-enhance.html     dist"
      ],
      "publish": [
         "replacer src/website           docs",
         "replacer src/hljs-enhance.html docs --rename=instructions.txt --header={{macro:instructions}}",
         "replacer --virtual-input .     docs --rename=robots.txt --content=#{{space}}Allow{{space}}bots",
         "replacer docs/index.html       docs --rename=spec.html --regex={{macro:cdn}} --replacement=.."
      ]
   },
   "scripts": {
      "pretest": "run-scripts clean dist publish",
      "test": "jshint . --exclude-path .gitignore",
      "validate-html": "html-validator docs"
   },
   "devDependencies": {
      "@fortawesome/fontawesome-free": "~7.2",
      "add-dist-header": "~1.6",
      "copy-file-util": "~1.3",
      "dna-dom": "~3.3",
      "highlight.js": "~11.11",
      "jshint": "~2.13",
      "replacer-util": "~1.6",
      "rimraf": "~6.1",
      "run-scripts-util": "~1.3",
      "w3c-html-validator": "~2.2",
      "web-ignition": "~2.5"
   }
}
