html-content-processor
Version:
A professional library for processing, cleaning, filtering, and converting HTML content to Markdown. Features advanced customization options, presets, plugin support, fluent API, and TypeScript integration for reliable content extraction.
69 lines (68 loc) • 2.25 kB
JSON
{
"name": "html-content-processor",
"version": "1.0.5",
"description": "A professional library for processing, cleaning, filtering, and converting HTML content to Markdown. Features advanced customization options, presets, plugin support, fluent API, and TypeScript integration for reliable content extraction.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && webpack --mode production",
"test": "npm run test:detection",
"test:detection": "node tests/test-detection-accuracy.js",
"test:detection:add": "node tests/test-detection-accuracy.js add",
"test:ci": "npm run build && npm run test:detection",
"test:url:manage": "node tests/test-url-manager.js",
"prepare": "npm run build",
"dev": "webpack serve --mode development",
"update-docs-version": "node scripts/update-docs-version.js",
"verify-version-sync": "node scripts/verify-version-sync.js",
"version": "npm run update-docs-version && git add .",
"preversion": "npm run verify-version-sync",
"postversion": "npm run update-docs-version && npm run build"
},
"keywords": [
"html",
"markdown",
"content-filter",
"html-processor",
"content-extraction",
"html-to-markdown",
"typescript",
"page-type-detection",
"cross-environment",
"web-scraping",
"content-cleaning",
"modern-api",
"html-filter",
"content-converter",
"smart-filtering"
],
"author": "HTML Filter Strategy Team",
"license": "MIT",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.5.0",
"typescript": "^4.9.5",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"optionalDependencies": {
"jsdom": "^26.1.0"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kamjin3086/html-content-processor.git"
},
"bugs": {
"url": "https://github.com/kamjin3086/html-content-processor/issues"
},
"homepage": "https://github.com/kamjin3086/html-content-processor#readme",
"engines": {
"node": ">=14.0.0"
}
}