{
  "name": "@jerp/xml-stream-js",
  "version": "1.1.8",
  "description": "XML Stream parser (native js - no dependency)",
  "main": "./lib/index.js",
  "jsdelivr": "./browser/index.amd.js",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/jerplab/xml-stream-js.git"
  },
  "homepage": "https://jerplab.gitlab.io/xml-stream-js",
  "runkitExampleFilename": "examples/runkit.js",
  "author": "Jerome Proost <jerp@trone.be>",
  "license": "MIT",
  "scripts": {
    "build": "npx tsc -b && npx tsc -b ./tsconfig.browser.json",
    "build-md-api": "node ./website/build-md-api.js && cp ./README.md website/docs/ && cp ./CHANGELOG.md website/docs/",
    "test": "jest --coverage",
    "prepublishOnly": "npm run build"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.4",
    "@commitlint/config-conventional": "^8.3.4",
    "@microsoft/api-documenter": "^7.7.8",
    "@microsoft/api-extractor": "^7.7.5",
    "@semantic-release/changelog": "^3.0.6",
    "@semantic-release/git": "^7.0.18",
    "@semantic-release/gitlab": "^4.1.0",
    "@types/jest": "^24.0.25",
    "@types/node": "^13.1.4",
    "husky": "^4.0.0",
    "jest": "^24.9.0",
    "semantic-release": "^15.14.0",
    "ts-jest": "^24.3.0",
    "typescript": "^3.7.4"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-push": "lab ci lint"
    }
  }
}
