{
  "name": "lit-xml",
  "version": "0.6.2",
  "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/index.cjs",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "dependencies": {
    "fast-xml-parser": "^4.0.1"
  },
  "scripts": {
    "test": "c8 --exclude \"test/**\" --check-coverage --reporter=html --reporter=text --report-dir=reports/coverage --lines 100 --functions 100 --branches 100 mocha --require esbuild-register \"test/**/*.ts\"",
    "build": "tsup-node src/index.ts --dts --sourcemap --format esm,cjs --target node18"
  },
  "repository": {
    "url": "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": "d8bc9c310b88c295f414f303d37c95f77e1332de"
}
