UNPKG

email-comb

Version:

Remove unused CSS from email templates

90 lines (89 loc) 2.5 kB
{ "name": "email-comb", "version": "7.1.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", "cjs-off": "exit 0", "cjs-on": "exit 0", "dev": "DEV=true node '../../ops/scripts/esbuild.js' && npm run dts", "devtest": "c8 npm run unit && npm run examples && npm run lint", "dts": "rollup -c && npm run prettier -- 'types/index.d.ts' --write --log-level 'silent'", "examples": "node '../../ops/scripts/run-examples.js'", "lect": "node '../../ops/lect/lect.js' && npm run prettier -- 'README.md' '.all-contributorsrc' 'rollup.config.js' --write", "letspublish": "npm publish --provenance || :", "lint": "eslint . --fix --concurrency=auto --cache", "perf": "node perf/check.js", "prep": "echo 'ready'", "prettier": "prettier", "prettier:format": "npm run prettier -- --write '**/*.{ts,tsx,md}' --no-error-on-unmatched-pattern --log-level 'silent'", "pretest": "npm run lect && npm run build", "test": "npm run devtest", "unit": "uvu test" }, "engines": { "node": ">=14.18.0" }, "c8": { "check-coverage": true, "exclude": [ "**/test/**/*.*" ], "lines": 100 }, "lect": { "licence": { "extras": [ "" ] } }, "dependencies": { "array-pull-all-with-glob": "^7.1.3", "codsen-utils": "^1.7.3", "html-crush": "^6.1.3", "matcher": "^6.0.0", "ranges-apply": "^7.1.3", "ranges-push": "^7.1.3", "regex-empty-conditional-comments": "^3.1.3", "string-extract-class-names": "^8.1.3", "string-left-right": "^6.1.3", "string-match-left-right": "^9.1.3", "string-range-expander": "^4.1.3", "string-uglify": "^3.1.3" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }