UNPKG

@axync/extract-html-main-content

Version:

![Test](https://github.com/AnxinYang/axync/actions/workflows/test.yml/badge.svg)

55 lines (54 loc) 1.34 kB
{ "name": "@axync/extract-html-main-content", "version": "0.1.2", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "source": "src/index.ts", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/AnxinYang/axync.git#main", "directory": "packages/extract-html-main-content" }, "homepage": "https://github.com/AnxinYang/axync/tree/main/packages/extract-html-main-content", "files": [ "dist/**/*", "src/**/*", "README.md", "package.json" ], "scripts": { "build": "tsc --build", "clean": "tsc --build --clean", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint .", "play": "tsx ./src/play.ts" }, "author": "", "license": "MIT", "description": "![Test](https://github.com/AnxinYang/axync/actions/workflows/test.yml/badge.svg)", "publishConfig": { "access": "public" }, "devDependencies": { "@vitest/coverage-istanbul": "^2.0.5", "tsx": "^4.19.0", "typescript": "^5.5.4", "vitest": "^2.0.5" }, "keywords": [ "extract-html-main-content", "extract-content", "html-content", "main-content", "content-extraction", "web-content", "LLM" ], "dependencies": { "cheerio": "^1.0.0" } }