{
  "name": "posthtml-extend",
  "version": "0.6.2",
  "description": "Templates extending (Jade-like)",
  "license": "MIT",
  "repository": "posthtml/posthtml-extend",
  "author": "Kirill Maltsev <maltsevkirill@gmail.com>",
  "main": "lib/index.js",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
    "prepare": "npm run build",
    "build": "rimraf lib && babel src -d lib",
    "test": "c8 mocha --require @babel/register --check-leaks",
    "pretest": "clinton"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "posthtml",
    "posthtml-plugin",
    "html",
    "postproccessor",
    "jade",
    "extend",
    "template"
  ],
  "dependencies": {
    "deepmerge": "^4.2.2",
    "posthtml": "^0.16.5",
    "posthtml-parser": "^0.10.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.4",
    "@babel/register": "^7.16.0",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-angular": "^11.0.0",
    "babel-eslint": "^10.1.0",
    "babel-plugin-add-module-exports": "^1.0.4",
    "babel-preset-minify": "^0.5.1",
    "bluebird": "^3.7.2",
    "c8": "^7.10.0",
    "chai": "^4.3.4",
    "clinton": "^0.14.0",
    "conventional-changelog-cli": "^2.1.1",
    "expect": "^27.3.1",
    "husky": "^7.0.4",
    "lint-staged": "^12.0.2",
    "mocha": "^9.1.3",
    "posthtml-expressions": "^1.9.0",
    "proxyquire": "^2.1.3",
    "rimraf": "^3.0.2",
    "xo": "^0.46.4"
  }
}
