{
  "name": "email-comb",
  "version": "7.4.3",
  "description": "Remove unused CSS from email templates",
  "keywords": [
    "body",
    "css",
    "email",
    "from",
    "head",
    "inline",
    "remove",
    "styles",
    "uncss",
    "unused"
  ],
  "homepage": "https://codsen.com/os/email-comb",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codsen/codsen.git",
    "directory": "packages/email-comb"
  },
  "license": "MIT",
  "author": {
    "name": "Roy Revelt",
    "email": "roy@codsen.com",
    "url": "https://codsen.com"
  },
  "type": "module",
  "exports": {
    "types": "./types/index.d.ts",
    "script": "./dist/email-comb.umd.js",
    "default": "./dist/email-comb.esm.js"
  },
  "types": "types/index.d.ts",
  "scripts": {
    "build": "node ../../ops/scripts/esbuild.js && npm run dts",
    "coverage": "c8 uvu test",
    "dev": "node ../../ops/scripts/esbuild.js --dev && npm run dts",
    "devtest": "c8 npm run unit && npm run examples && npm run lint",
    "dts": "rollup -c && biome format --write --config-path=../../biome.json --vcs-enabled=false --use-editorconfig=false types/index.d.ts",
    "examples": "node '../../ops/scripts/run-examples.js'",
    "lect": "node '../../ops/lect/lect.js'",
    "lect:check": "node '../../ops/lect/lect.js' --check",
    "lint": "biome lint --error-on-warnings . && npm run typecheck",
    "lint:fix": "biome lint --write --error-on-warnings . && npm run typecheck",
    "perf": "node perf/check.js",
    "prep": "echo 'ready'",
    "prettier": "biome format",
    "prettier:format": "biome format --write .",
    "pretest": "npm run lect:check && npm run build",
    "test": "npm run devtest",
    "typecheck": "tsc --noEmit --pretty false --project tsconfig.json",
    "unit": "uvu test"
  },
  "c8": {
    "all": true,
    "check-coverage": true,
    "exclude": ["**/test/**/*.*"],
    "include": ["dist/*.esm.js"],
    "lines": 100
  },
  "lect": {
    "licence": {
      "extras": [""]
    }
  },
  "dependencies": {
    "array-pull-all-with-glob": "^7.2.4",
    "codsen-utils": "^1.10.2",
    "html-crush": "^6.3.3",
    "html-entity-codec": "^1.1.0",
    "ranges-apply": "^7.2.5",
    "ranges-push": "^7.3.2",
    "regex-empty-conditional-comments": "^3.2.3",
    "string-extract-class-names": "^8.4.0",
    "string-left-right": "^6.2.4",
    "string-match-left-right": "^9.2.5",
    "string-range-expander": "^4.2.5",
    "string-uglify": "^3.2.2"
  },
  "engines": {
    "node": ">=18.20.8"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
