{
  "name": "xslt3-he",
  "version": "3.0.0-beta1",
  "description": "SaxonJS XSLT 3.0 processor: command line interface to SaxonJS",
  "main": "xslt3.js",
  "keywords": [
    "xslt",
    "xslt3.0",
    "xpath3.1",
    "xpath",
    "xml",
    "saxon",
    "dom",
    "json",
    "xsl",
    "transform",
    "cli"
  ],
  "author": "Saxonica",
  "license": "SEE LICENSE IN LICENSE.txt",
  "bin": {
    "xslt3-he": "./xslt3.js"
  },
  "homepage": "https://www.saxonica.com/saxonjs/",
  "bugs": {
        "url": "https://saxonica.plan.io/projects/saxon-js/issues"
      },
  "dependencies" : {
    "saxonjs-he": "^3.0.0-beta1"
  }
}
