UNPKG

posthtml-parser

Version:
63 lines (62 loc) 1.58 kB
{ "name": "posthtml-parser", "version": "0.12.1", "description": "Parse HTML/XML to PostHTMLTree", "license": "MIT", "repository": "posthtml/posthtml-parser", "homepage": "https://github.com/posthtml/posthtml-parser#readme", "bugs": { "url": "https://github.com/posthtml/posthtml-parser/issues" }, "author": "Ivan Voischev <voischev@posthtml.org>", "contributors": [ { "name": "Ivan Voischev", "email": "voischev@posthtml.org" }, { "name": "Ivan Demidov", "email": "scrum@posthtml.org" } ], "main": "dist", "engines": { "node": ">=16" }, "scripts": { "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md", "build": "rm -rf dist && tsup src/*.ts --dts --minify", "dev": "npm run build -- --watch", "test": "vitest run --coverage", "prepare": "husky install && npm run build", "lint": "eslint . --ext .ts" }, "files": [ "dist" ], "keywords": [ "html", "xml", "parser", "posthtml", "posthtmltree" ], "dependencies": { "htmlparser2": "^9.0.0" }, "devDependencies": { "@commitlint/cli": "^18.0.0", "@commitlint/config-angular": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "@vitest/coverage-v8": "^0.34.6", "conventional-changelog-cli": "^4.1.0", "eslint": "^8.52.0", "husky": "^8.0.3", "lint-staged": "^15.0.2", "tsup": "^7.2.0", "typescript": "^5.2.2", "vitest": "^0.34.6" }, "types": "dist/index.d.ts" }