{ "name": "posthtml-render", "version": "1.3.1", "description": "Renders PostHTML Tree to HTML/XML", "license": "MIT", "repository": "posthtml/posthtml-render", "author": "Ivan Voischev ", "main": "lib/index.js", "engines": { "node": ">=10" }, "scripts": { "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md", "test": "c8 mocha", "docs": "jsdoc2md lib/*.js > render.md", "pretest": "clinton" }, "files": [ "lib" ], "keywords": [ "posthtml", "render", "html", "xml" ], "devDependencies": { "@commitlint/cli": "^12.0.1", "@commitlint/config-angular": "^12.0.1", "c8": "^7.6.0", "chai": "^4.3.3", "clinton": "^0.14.0", "conventional-changelog-cli": "^2.1.1", "husky": "^5.1.3", "jsdoc-to-markdown": "^7.0.0", "lint-staged": "^10.5.4", "mocha": "^8.3.2", "xo": "^0.38.2" }, "types": "lib/index.d.ts" }