{
  "name": "pandoc-svg",
  "version": "1.0.0",
  "type": "module",
  "description": "A pandoc filter for HTML output that optimizes and inlines SVGs, and adapts them for use with MathJax.",
  "scripts": {
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch",
    "lint": "eslint . --ext .js",
    "lint:fix": "eslint . --ext .js --fix",
    "doc": "jsdoc -c .jsdocrc.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rnwst/pandoc-svg.git"
  },
  "keywords": [
    "pandoc",
    "pandoc filter",
    "svg",
    "svgo",
    "mathjax",
    "math",
    "equation",
    "formula"
  ],
  "author": "R. N. West",
  "license": "GPL-2.0-or-later",
  "bugs": {
    "url": "https://github.com/rnwst/pandoc-svg/issues"
  },
  "homepage": "https://github.com/rnwst/pandoc-svg",
  "dependencies": {
    "jsdom": "^20.0.3",
    "pandoc-filter": "^2.1.0",
    "svgo": "^3.0.2"
  },
  "devDependencies": {
    "@babel/plugin-transform-modules-commonjs": "^7.19.6",
    "child-process": "^1.0.2",
    "command-exists": "^1.2.9",
    "eslint": "^8.28.0",
    "jest": "^29.3.1",
    "jsdoc": "^4.0.0"
  },
  "main": "pandoc-svg.js",
  "files": [
    "lib/*.js",
    "README-files/*.svg",
    "README-files/*.png"
  ],
  "bin": {
    "pandoc-svg": "pandoc-svg.js",
    "pandoc-svg-create-demo": "README-files/pandoc-svg-create-demo.js"
  }
}
