{
  "name": "lit-xml",
  "version": "0.8.0",
  "description": "Burning your XML documents to the ground? Yes please. In the mean time, let's use lit-xml.",
  "author": {
    "name": "Nico Jansen",
    "email": "jansennico@gmail.com",
    "url": "https://github.com/nicojs"
  },
  "keywords": [
    "xml",
    "template",
    "tag",
    "well-formed"
  ],
  "type": "module",
  "main": "./dist/src/index.js",
  "exports": {
    ".": "./dist/src/index.js"
  },
  "dependencies": {
    "fast-xml-parser": "^5.2.1"
  },
  "scripts": {
    "test": "c8 --exclude \"dist/test/**\" --check-coverage --reporter=html --reporter=text --report-dir=reports/coverage --lines 100 --functions 100 --branches 100 mocha --node-option \"enable-source-maps\" \"dist/test/**/*.js\"",
    "build": "tsc -b"
  },
  "repository": {
    "url": "git+https://github.com/nicojs/lit-xml.git",
    "directory": "packages/lit-xml",
    "type": "git"
  },
  "homepage": "https://github.com/nicojs/lit-xml/tree/master/packages/lit-xml#readme",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.0.0"
  },
  "gitHead": "db52687c7c867b07b8b87448452b368d2f059d1c"
}
