{
  "name": "@lit-labs/rollup-plugin-minify-html-literals",
  "version": "0.2.0",
  "description": "Rollup plugin to minify HTML template literal strings",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Google LLC",
  "license": "BSD-3-Clause",
  "type": "module",
  "files": [
    "index.*",
    "/lib/"
  ],
  "keywords": [
    "rollup-plugin",
    "minify",
    "html",
    "literal",
    "literals",
    "template",
    "tagged",
    "lit-html"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lit/lit.git",
    "directory": "packages/labs/rollup-plugin-minify-html-literals"
  },
  "scripts": {
    "build": "wireit",
    "build:ts": "wireit",
    "test": "wireit"
  },
  "wireit": {
    "build": {
      "dependencies": [
        "build:ts"
      ]
    },
    "build:ts": {
      "command": "tsc --build --pretty",
      "clean": "if-file-deleted",
      "files": [
        "src/**/*.ts",
        "tsconfig.json"
      ],
      "output": [
        "index.{js,js.map,d.ts,d.ts.map}",
        "lib/**/*.{js,js.map,d.ts,d.ts.map}",
        "test/**/*.{js,js.map,d.ts,d.ts.map}",
        "tsconfig.tsbuildinfo"
      ]
    },
    "test": {
      "command": "c8 node --enable-source-maps --test-reporter=spec --test test/*.js",
      "dependencies": [
        "build"
      ],
      "files": [],
      "output": []
    }
  },
  "c8": {},
  "dependencies": {
    "html-minifier-next": "^2.1.3",
    "lightningcss": "^1.31.0",
    "magic-string": "^0.30.11",
    "rollup-pluginutils": "^2.8.2",
    "typescript": "^2.9.2 || ^3.0.0 || ^4.0.0 || ^5.0.0"
  },
  "peerDependencies": {
    "rollup": "^0.65.2 || ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "@types/html-minifier-next": "^1.1.0",
    "@types/node": "^22.17.0",
    "@types/sinon": "^5.0.1",
    "c8": "^10.1.2",
    "husky": "^0.14.3",
    "rollup": "^4.21.0",
    "sinon": "^6.1.4"
  }
}
