cleanview
Version:
Clean the content of html articles
63 lines (62 loc) • 1.52 kB
JSON
{
"name": "cleanview",
"version": "2.0.5",
"description": "Clean the content of html articles",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"LICENSE.md",
"README.md"
],
"dependencies": {
"himalaya": "^1.1.1",
"url-parse": "^1.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^25.0.1",
"@types/url-parse": "^1.4.11",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^16.5.0",
"node-ts": "^8.0.9",
"prettier": "^3.7.4",
"terser-webpack-plugin": "^2.3.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.1.2"
},
"scripts": {
"test": "ts-node src/test/index.ts",
"build": "tsc",
"prepublishOnly": "npm run build",
"lint": "eslint src/ --ext .js,.ts",
"format": "prettier --write src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HersonHN/cleanview.git"
},
"keywords": [
"clean",
"html",
"articles",
"readability",
"instapaper"
],
"author": {
"name": "Herson Salinas",
"email": "hersonhn@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HersonHN/cleanview/issues"
},
"homepage": "https://hersonhn.github.io/cleanview/"
}