{
  "name": "ltx",
  "version": "3.1.2",
  "description": "<xml for=\"JavaScript\">",
  "author": "Astro",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xmppjs/ltx.git"
  },
  "homepage": "http://github.com/xmppjs/ltx",
  "bugs": "http://github.com/xmppjs/ltx/issues",
  "type": "module",
  "main": "src/ltx.js",
  "exports": {
    ".": {
      "import": "./src/ltx.js",
      "require": "./lib/ltx.js"
    },
    "./src/*": "./src/*",
    "./lib/*": "./lib/*"
  },
  "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 .",
    "test": "npm run unit && npm run lint",
    "prepublishOnly": "rollup -c rollup.config.js"
  },
  "lint-staged": {
    "*.{js,cjs,mjs}": "eslint --fix",
    "*.{json,md,html,css,yaml,yml}": "prettier --write"
  },
  "engines": {
    "node": ">= 12.4.0"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "eslint": "^9.16.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^9.1.7",
    "libxmljs": "^1.0.11",
    "lint-staged": "^15.2.11",
    "microtime": "^3.1.1",
    "node-expat": "^2.4.1",
    "node-xml": "^1.0.2",
    "prettier": "^3.4.2",
    "rollup": "^4.28.1",
    "sax": "^1.4.1",
    "saxes": "^6.0.0",
    "vows": "^0.8.3"
  }
}
