{
  "name": "xpath-ts",
  "version": "1.3.13",
  "description": "DOM 3 and 4 XPath 1.0 implemention for browser and Node.js environment.",
  "author": {
    "name": "Cameron McCormack",
    "url": "https://mcc.id.au/"
  },
  "license": "MIT",
  "keywords": [
    "xpath",
    "xml",
    "dom"
  ],
  "contributors": [
    {
      "name": "James Rishe"
    },
    {
      "name": "Yaron Naveh",
      "url": "http://webservices20.blogspot.com/"
    },
    {
      "name": "goto100"
    },
    {
      "name": "Matus Zamborsky",
      "email": "zamborsky@gmail.com",
      "url": "https://github.com/backslash47"
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/jsdom": "^12.2.0",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.0",
    "chai": "^4.2.0",
    "jsdom": "^13.0.0",
    "mocha": "^5.2.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.11.0",
    "tslint-eslint-rules": "^5.3.1",
    "tslint-no-circular-imports": "^0.4.0",
    "typescript": "^3.5.1",
    "xmldom-ts": "^0.3.1"
  },
  "main": "./dist/lib/index.js",
  "types": "./dist/types/index.d.ts",
  "scripts": {
    "test": "mocha --require ts-node/register test/**/*.ts",
    "lint": "tslint --project ./",
    "build": "tsc",
    "prepublishOnly": "npm run lint && npm run build && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/backslash47/xpath"
  }
}
