{
  "name": "posthtml-render",
  "version": "1.2.2",
  "description": "Renders PostHTML Tree to HTML/XML",
  "author": "Ivan Voischev <voischev.ivan@ya.ru>",
  "license": "MIT",
  "main": "lib/index.js",
  "engines": {
    "node": ">=8"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "chai": "^4.0.0",
    "coveralls": "^3.0.9",
    "jsdoc-to-markdown": "^5.0.3",
    "mocha": "^7.0.1",
    "nyc": "^15.0.0",
    "standard": "^14.3.1",
    "standard-version": "^7.1.0"
  },
  "scripts": {
    "lint": "standard --env mocha",
    "test": "npm run lint && nyc mocha",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "docs": "jsdoc2md lib/*.js > RENDER.md",
    "release": "standard-version"
  },
  "keywords": [
    "posthtml",
    "render",
    "html",
    "xml"
  ],
  "bugs": "https://github.com/posthtml/posthtml-render/issues",
  "homepage": "https://github.com/posthtml/posthtml-render#readme",
  "repository": "https://github.com/posthtml/posthtml-render.git"
}
