{
  "name": "ltx",
  "version": "3.0.0",
  "description": "<xml for=\"JavaScript\">",
  "author": "Astro",
  "repository": "github:xmppjs/ltx",
  "homepage": "http://github.com/xmppjs/ltx",
  "bugs": "http://github.com/xmppjs/ltx/issues",
  "type": "module",
  "main": "lib/ltx.js",
  "module": "src/ltx.js",
  "contributors": [
    "Stephan Maka",
    "Will Fife",
    "Markus Kohlhase",
    "Julien Genestoux",
    "▟ ▖▟ ▖",
    "Sonny Piers"
  ],
  "license": "MIT",
  "scripts": {
    "preversion": "npm test",
    "benchmark": "node benchmarks/",
    "unit": "node test/run.js",
    "lint": "eslint --cache .",
    "test": "npm run unit && npm run lint",
    "prepare": "husky install",
    "prepublishOnly": "rollup -c rollup.config.js"
  },
  "lint-staged": {
    "*.{js,cjs,mjs}": "eslint --cache --fix",
    "*.{json,md,html,css,yaml,yml}": "prettier --write"
  },
  "engines": {
    "node": ">= 12.4.0"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^17.0.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^7.0.1",
    "lint-staged": "^11.1.2",
    "microtime": "^3.0.0",
    "node-expat": "^2.4.0",
    "node-xml": "^1.0.2",
    "prettier": "^2.3.2",
    "rollup": "^2.56.2",
    "sax": "^1.2.4",
    "saxes": "^5.0.1",
    "vows": "^0.8.3"
  }
}
