{
  "name": "pandoc-converter",
  "version": "10.0.1",
  "description": "Another wrapper for pandoc, including automatic binary download",
  "main": "index.js",
  "scripts": {
    "postinstall": "node -r global-agent/bootstrap -e \"require('github-packager').UpdateBinary()\"",
    "pretest": "npm run build",
    "test": "node ./node_modules/mocha/bin/_mocha --timeout 999999 --colors ./test/_suite.js",
    "linter": "semistandard",
    "prermdecl": "npm run linter",
    "rmdecl": "node -e \"require('xa-npmbuildtools/lib/declaration-files').RemoveDeclarations()\"",
    "pretsc": "npm run rmdecl",
    "tsc": "tsc -p tsconfig.build.json",
    "posttsc": "tsc -p tsconfig.json",
    "build": "node -r global-agent/bootstrap -e \"require('github-packager').UpdatePackage({ operation: 2})\"",
    "postbuild": "npm run tsc",
    "prepack": "node \"node_modules/github-packager/lib/renamebin\"",
    "postpack": "node -e \"require('xa-npmbuildtools').PostPack([['node_modules/github-packager/lib/restorebin']], { logLevel: 'none' })\""
  },
  "keywords": [
    "javascript",
    "pandoc",
    "markdown",
    "docbook",
    "asciidoc",
    "jsdoc"
  ],
  "author": "Akshay Chaudhary",
  "license": "MIT",
  "engines": {
    "node": ">=8.17.0"
  },
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "dependencies": {
    "xa-npmbuildtools": "^10.0.0",
    "adm-zip": "^0.5.16",
    "fs-extra": "^8.1.0",
    "github-packager": "^10.0.0",
    "global-agent": "^3.0.0",
    "tar4": "npm:tar@^4.4.13"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/fs-extra": "^8.1.0",
    "@types/mocha": "^7.0.2",
    "mocha": "^7.1.1"
  },
  "semistandard": {
    "env": "mocha"
  },
  "grp": {
    "repository": "github:jgm/pandoc",
    "plugin": "./lib/grp-plugin-pandoc",
    "versionSuffix": "1",
    "executables": {
      "pandoc": {
        "win32": {
          "default": "bin/3.6.4/pandoc-3.6.4/pandoc.exe"
        },
        "linux": {
          "x64": "bin/3.6.4/pandoc-3.6.4/bin/pandoc"
        },
        "darwin": {
          "default": "bin/3.6.4/pandoc-3.6.4/bin/pandoc"
        }
      }
    }
  }
}
